c243e4902b
Provenance: http://code.google.com/p/kyua Discussed with: gibbs, gnn, keramida, mdf, mlaier, Discussed with: Garrett Cooper
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
|