Radish alpha
H
HardenedBSD Package Manager
Radicle
Git (anonymous pull)
Log in to clone via SSH
Print the name of the cocci test being passed
Baptiste Daroussin committed 10 years ago
commit 7a8c2bee66257baad9804212f37e09f6722e623b
parent a08b4baffe6ed0d6a49c0f9f1792c0b7c5b814a3
1 file changed +1 -0
modified Makefile.am
@@ -43,6 +43,7 @@ COCCI_ARGS= -I ${top_srcdir} \

cocci:
	for c in ${top_srcdir}/tests/cocci/*.cocci ; do \
+
		echo "Passing $$c" ; \
		spatch ${COCCI_ARGS} -in_place -sp_file $$c -dir ${top_srcdir}/libpkg ; \
		spatch ${COCCI_ARGS} -in_place -sp_file $$c -dir ${top_srcdir}/src ; \
	done