blob: 5a83326698347f4c3762d846036c9636dda94403 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
syntax(2)
test_suite("kyua")
-- This is broken in platforms where /bin/sh is not bash. See Issue 24 for
-- details. We should fix this, but it does not seem to be Kyua's problem.
--include("bootstrap/Kyuafile")
include("cli/Kyuafile")
include("engine/Kyuafile")
include("examples/Kyuafile")
include("integration/Kyuafile")
include("store/Kyuafile")
include("utils/Kyuafile")
|