Radish alpha
H
HardenedBSD Package Manager
Radicle
Git (anonymous pull)
Log in to clone via SSH
First try at fixing the testsuite with kyua 0.12
Baptiste Daroussin committed 10 years ago
commit fd59e569a45a7a2b9b56c0b1cb44d55ed393e83e
parent f0c338cdfb2c31da8af5bff05562248e7eab7458
3 files changed +3 -3
modified Kyuafile.in
@@ -1,4 +1,4 @@
syntax(2)
test_suite("pkg")

-
include("@top_builddir@/tests/Kyuafile")
+
include("tests/Kyuafile")
modified tests/Kyuafile.in
@@ -1,4 +1,4 @@
-
syntax("kyuafile", 1)
+
syntax(2)

test_suite("pkg")

modified tests/frontend/Kyuafile.in
@@ -1,4 +1,4 @@
-
syntax('kyuafile', 1)
+
syntax(2)

test_suite('prop: test-suite = frontend')