
Also known as ISC bind. This import adds utilities such as host(1), dig(1), and nslookup(1), as well as many other tools and libraries. Change-Id: I035ca46e64f1965d57019e773f4ff0ef035e4aa3
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
|