mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-22 11:17:19 +00:00
19 lines
389 B
Plaintext
19 lines
389 B
Plaintext
|
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
|