summaryrefslogtreecommitdiffstats
path: root/unit/atf-src/Kyuafile
blob: 77125974a406a8f1ceea009fcb6c1b9e76c55373 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
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("tools/Kyuafile") then
   include("tools/Kyuafile")
end