Radish alpha
H
rad:z3QDZAW2FAfuLvihrhiyDC9fAD8G9
HardenedBSD Package Manager
Radicle
Git
Convert over to Kyua
Brad Davis committed 11 years ago
commit f1127153f39021271701f9745c3cac55107af38a
parent e034337
7 files changed +18 -25
deleted tests/Atffile
@@ -1,7 +0,0 @@
-
Content-Type: application/X-atf-atffile; version="1"
-

-
prop: test-suite = pkgng
-

-
tp: frontend
-
tp: lib
-

added tests/Kyuafile
@@ -0,0 +1,6 @@
+
syntax('kyuafile', 1)
+

+
test_suite('prop: test-suite = pkgng')
+

+
include('frontend/Kyuafile')
+
include('lib/Kyuafile')
modified tests/Makefile.am
@@ -14,4 +14,4 @@ EXTRA_PROGRAMS= $(tests_programs)
check_PROGRAMS=	@TESTS@

regression-test:
-
	@echo "ATF/KYUA has change our testing framework is not compatible for now"
+
	atf-run | atf-report
deleted tests/frontend/Atffile
@@ -1,8 +0,0 @@
-
Content-Type: application/X-atf-atffile; version="1"
-

-
prop: test-suite = frontend
-

-
tp: pkg.sh
-
tp: version.sh
-
tp: search.sh
-
tp: annotate.sh
added tests/frontend/Kyuafile
@@ -0,0 +1,8 @@
+
syntax('kyuafile', 1)
+

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

+
atf_test_program{name='pkg.sh'}
+
atf_test_program{name='version.sh'}
+
atf_test_program{name='search.sh'}
+
atf_test_program{name='annotate.sh'}
deleted tests/lib/Atffile
@@ -1,9 +0,0 @@
-
Content-Type: application/X-atf-atffile; version="1"
-

-
prop: test-suite = lib
-

-
#tp: pkg
-
#tp: manifest
-
tp: test
-
tp: pkg_printf_test
-
tp: pkg_validation
added tests/lib/Kyuafile
@@ -0,0 +1,3 @@
+
syntax('kyuafile', 1)
+

+
test_suite('prop: test-suite = lib')