summaryrefslogtreecommitdiffstats
path: root/contrib/atf/Kyuafile
blob: 54084cd9bb8db0e8ea4c5088c4fcc0a76fc3dc74 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
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
OpenPOWER on IntegriCloud