mirror of
https://github.com/isc-projects/bind9.git
synced 2026-02-25 10:59:35 -05:00
18 lines
389 B
Text
18 lines
389 B
Text
syntax("kyuafile", 1)
|
|
|
|
test_suite("atf")
|
|
|
|
include("atf-c/Kyuafile")
|
|
include("atf-c++/Kyuafile")
|
|
include("atf-sh/Kyuafile")
|
|
include("test-programs/Kyuafile")
|
|
|
|
if fs.exists("atf-config/Kyuafile") then
|
|
include("atf-config/Kyuafile")
|
|
end
|
|
if fs.exists("atf-report/Kyuafile") then
|
|
include("atf-report/Kyuafile")
|
|
end
|
|
if fs.exists("atf-run/Kyuafile") then
|
|
include("atf-run/Kyuafile")
|
|
end
|