X-Git-Url: http://wpitchoune.net/gitweb/?p=psensor-pkg-debian.git;a=blobdiff_plain;f=tests%2FMakefile.in;h=9b8d7f53c200d015b6094641a3505723a274f07e;hp=f4f77ffb9d0bd61a7de452b369c47a2e16fc8ded;hb=refs%2Fheads%2Fupstream;hpb=4e6ce51e7afeb7924573c40796910cd003850949;ds=sidebyside diff --git a/tests/Makefile.in b/tests/Makefile.in index f4f77ff..9b8d7f5 100644 --- a/tests/Makefile.in +++ b/tests/Makefile.in @@ -550,6 +550,7 @@ top_build_prefix = @top_build_prefix@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ EXTRA_DIST = checkpatch.pl \ + spelling.txt \ test-cppcheck.sh \ test-io-dir-list.sh @@ -1078,8 +1079,8 @@ uninstall-am: uninstall uninstall-am check-local: checkpatch.pl - find $(top_srcdir)/src -name \*.c -exec $(srcdir)/checkpatch.pl --ignore FUNCTION_WITHOUT_ARGS,SPLIT_STRING --show-types -q --no-tree -emacs -f {} \; - find $(top_srcdir)/src -name \*.h -exec $(srcdir)/checkpatch.pl --ignore FUNCTION_WITHOUT_ARGS,SPLIT_STRING --show-types -q --no-tree -emacs -f {} \; + find $(top_srcdir)/src -name \*.c -exec $(srcdir)/checkpatch.pl --ignore SPLIT_STRING --show-types -q --no-tree -emacs -f {} \; + find $(top_srcdir)/src -name \*.h -exec $(srcdir)/checkpatch.pl --ignore SPLIT_STRING --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.