]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/blob - contrib/atf/Kyuafile
Copy head (r256279) to stable/10 as part of the 10.0-RELEASE cycle.
[FreeBSD/stable/10.git] / contrib / atf / Kyuafile
1 syntax("kyuafile", 1)
2
3 test_suite("atf")
4
5 include("atf-c/Kyuafile")
6 include("atf-c++/Kyuafile")
7 include("atf-sh/Kyuafile")
8 include("test-programs/Kyuafile")
9
10 if fs.exists("atf-config/Kyuafile") then
11    include("atf-config/Kyuafile")
12 end
13 if fs.exists("atf-report/Kyuafile") then
14    include("atf-report/Kyuafile")
15 end
16 if fs.exists("atf-run/Kyuafile") then
17    include("atf-run/Kyuafile")
18 end