Skip to content

Commit

Permalink
Print the name of the cocci test being passed
Browse files Browse the repository at this point in the history
  • Loading branch information
bapt committed Dec 28, 2015
1 parent a08b4ba commit 7a8c2be
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 7a8c2be

Please sign in to comment.