Radish alpha
H
rad:z3QDZAW2FAfuLvihrhiyDC9fAD8G9
HardenedBSD Package Manager
Radicle
Git
Generate kyua report info $(HTML) is HTML is passed in argument of make check or make distcheck
Baptiste Daroussin committed 11 years ago
commit e8198ee2c98a3bb390c7e3539cb4d534bda091dc
parent 910fb50
1 file changed +5 -1
modified Makefile.am
@@ -14,7 +14,11 @@ dist-hook:
check-local:
	kyua --config=none test \
		--kyuafile='$(top_srcdir)/Kyuafile' \
-
		--build-root='$(top_builddir)'
+
		--build-root='$(top_builddir)' || FAILED=1 ; \
+
	if [ "$(HTML)" != "" ]; then \
+
		kyua report-html --force --output=$(HTML) ; \
+
	fi ; \
+
	exit $${FAILED}

COCCI_ARGS=	-I ${top_srcdir} \
		-I /usr/include \