3648. [test] Updated the ATF test framework to version 0.17.
[RT #25627]
(cherry picked from commit a747113422)
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
|