Radish alpha
H
HardenedBSD Package Manager
Radicle
Git (anonymous pull)
Log in to clone via SSH
Control the kyua store
Baptiste Daroussin committed 11 years ago
commit 3a7e2a975c62dd2d6ceccc9de2061da8464204ac
parent e8198ee2c98a3bb390c7e3539cb4d534bda091dc
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}