X-Git-Url: https://git.wpitchoune.net/gitweb/?a=blobdiff_plain;f=trunk%2Ftests%2FMakefile.am;fp=trunk%2Ftests%2FMakefile.am;h=c305cb9393043785b9e5f3dd0a72cd69e9c0fe1a;hb=b19be7b6db9f737f9a9a22b3079abc774cc7583c;hp=0000000000000000000000000000000000000000;hpb=b19f912053682528d7efa15aa5641a1f055f3038;p=ppastats.git diff --git a/trunk/tests/Makefile.am b/trunk/tests/Makefile.am new file mode 100644 index 0000000..c305cb9 --- /dev/null +++ b/trunk/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