X-Git-Url: http://git.wpitchoune.net/gitweb/?a=blobdiff_plain;f=tests%2FMakefile.in;fp=tests%2FMakefile.in;h=55ae8f61901633c549419c813e8ec3c407e0a263;hb=04fee4fe50c459b77f51e702a0cc2322268e8baf;hp=c4bc4745b333fee7be2055e02185503ccdb09892;hpb=03afbf21a42fd2ee8d5d54e21fa9e948c3d6e883;p=ppastats.git diff --git a/tests/Makefile.in b/tests/Makefile.in index c4bc474..55ae8f6 100644 --- a/tests/Makefile.in +++ b/tests/Makefile.in @@ -358,8 +358,8 @@ uninstall-am: uninstall-am 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 {} \; # Tell versions [3.59,3.63) of GNU make to not export all variables. # Otherwise a system limit (for SysV at least) may be exceeded.