]> CyberLeo.Net >> Repos - FreeBSD/releng/10.0.git/blob - contrib/atf/Kyuafile
- Copy stable/10 (r259064) to releng/10.0 as part of the
[FreeBSD/releng/10.0.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