X-Git-Url: http://git.wpitchoune.net/gitweb/?p=ppastats.git;a=blobdiff_plain;f=tests%2FMakefile.am;h=97533226676a3254e83daf1152159a287d3d2a9b;hp=c305cb9393043785b9e5f3dd0a72cd69e9c0fe1a;hb=04fee4fe50c459b77f51e702a0cc2322268e8baf;hpb=03afbf21a42fd2ee8d5d54e21fa9e948c3d6e883 diff --git a/tests/Makefile.am b/tests/Makefile.am index c305cb9..9753322 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -1,5 +1,5 @@ check-local: checkpatch.pl - find $(top_srcdir)/src -name \*.c -exec $(srcdir)/checkpatch.pl -q --no-tree -emacs -f {} \; - find $(top_srcdir)/src -name \*.h -exec $(srcdir)/checkpatch.pl -q --no-tree -emacs -f {} \; + find $(top_srcdir)/src -name \*.c -exec $(srcdir)/checkpatch.pl --show-types -q --no-tree -emacs -f {} \; + find $(top_srcdir)/src -name \*.h -exec $(srcdir)/checkpatch.pl --show-types -q --no-tree -emacs -f {} \; EXTRA_DIST = checkpatch.pl