Radish alpha
H
rad:z3QDZAW2FAfuLvihrhiyDC9fAD8G9
HardenedBSD Package Manager
Radicle
Git
Control the kyua store
Baptiste Daroussin committed 11 years ago
commit 3a7e2a975c62dd2d6ceccc9de2061da8464204ac
parent e8198ee
1 file changed +5 -2
modified Makefile.am
@@ -12,11 +12,14 @@ dist-hook:
	rm -rf `find $(distdir)/external -type d -name .deps`

check-local:
-
	kyua --config=none test \
+
	if [ "$(HTML)" != "" ]; then \
+
		args="-r $(top_builddir)/res.db" ; \
+
	fi ; \
+
	kyua --config=none test $$args \
		--kyuafile='$(top_srcdir)/Kyuafile' \
		--build-root='$(top_builddir)' || FAILED=1 ; \
	if [ "$(HTML)" != "" ]; then \
-
		kyua report-html --force --output=$(HTML) ; \
+
		kyua report-html --force $$args --output=$(HTML) ; \
	fi ; \
	exit $${FAILED}