File: Kyuafile

package info (click to toggle)
kyua 0.13-3
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 5,740 kB
  • sloc: cpp: 42,564; sh: 6,870; sql: 1,408; awk: 211; makefile: 140
file content (18 lines) | stat: -rw-r--r-- 468 bytes parent folder | download | duplicates (3)
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")