aboutsummaryrefslogtreecommitdiff
path: root/Kyuafile
blob: e986218a45f4fb5fc27c859b302dc98c4cf466ba (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
syntax(2)

test_suite("kyua")

include("bootstrap/Kyuafile")
include("cli/Kyuafile")
if fs.exists("doc/Kyuafile") then
    -- The tests for the docs are not installed because they only cover the
    -- build-time process of the manual pages.
    include("doc/Kyuafile")
end
include("drivers/Kyuafile")
include("engine/Kyuafile")
include("examples/Kyuafile")
include("integration/Kyuafile")
include("model/Kyuafile")
include("store/Kyuafile")
include("utils/Kyuafile")