X-Git-Url: https://wpitchoune.net/gitweb/?a=blobdiff_plain;f=tests%2FMakefile.am;h=0a5f3ef8e36e827ebcf9518206f72867a2719261;hb=8fbc54a7960312d1626f4032d5fef5bf8a37db70;hp=466b5be0aa0ccb53aaa5eea62a3aa77663c6a409;hpb=99b65b5be32158ebc793df4ab2b825633e32a100;p=ppastats.git diff --git a/tests/Makefile.am b/tests/Makefile.am index 466b5be..0a5f3ef 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -1,6 +1,6 @@ check-local: checkpatch.pl 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 {} \; + find $(top_srcdir)/src -name \*.h -exec $(srcdir)/checkpatch.pl --ignore NEW_TYPEDEFS --show-types -q --no-tree -emacs -f {} \; EXTRA_DIST = \ checkpatch.pl \