X-Git-Url: http://git.wpitchoune.net/gitweb/?p=ppastats.git;a=blobdiff_plain;f=tests%2FMakefile.am;fp=tests%2FMakefile.am;h=c305cb9393043785b9e5f3dd0a72cd69e9c0fe1a;hp=0000000000000000000000000000000000000000;hb=0ffa32c4daf36b425e7aca8caf1d2f81809be2ee;hpb=57e685a242d6a8429f240a01c83587d50429b8e4 diff --git a/tests/Makefile.am b/tests/Makefile.am new file mode 100644 index 0000000..c305cb9 --- /dev/null +++ b/tests/Makefile.am @@ -0,0 +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 {} \; + +EXTRA_DIST = checkpatch.pl