Radish alpha
H
rad:z3QDZAW2FAfuLvihrhiyDC9fAD8G9
HardenedBSD Package Manager
Radicle
Git
Plug kyua testing with make check/distcheck
Baptiste Daroussin committed 11 years ago
commit 2a998ecb35af1317a57713a552b9273a7b77797b
parent 7da83f5
2 files changed +9 -0
added Kyuafile
@@ -0,0 +1,4 @@
+
syntax(2)
+
test_suite("pkg")
+

+
include("tests/Kyuafile")
modified Makefile.am
@@ -11,4 +11,9 @@ EXTRA_DIST= docs
dist-hook:
	rm -rf `find $(distdir)/external -type d -name .deps`

+
check-local:
+
	kyua --config=none test \
+
		--kyuafile='$(top_srcdir)/Kyuafile' \
+
		--build-root='$(top_builddir)'
+

SUBDIRS = external libpkg src tests scripts docs