Radish alpha
H
rad:z3QDZAW2FAfuLvihrhiyDC9fAD8G9
HardenedBSD Package Manager
Radicle
Git
Print the name of the cocci test being passed
Baptiste Daroussin committed 10 years ago
commit 7a8c2bee66257baad9804212f37e09f6722e623b
parent a08b4ba
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