X-Git-Url: https://git.wpitchoune.net/gitweb/?p=psensor.git;a=blobdiff_plain;f=tests%2FMakefile.in;h=6b947857dd88c8bd212250ab8574f26d0c206e91;hp=f4f77ffb9d0bd61a7de452b369c47a2e16fc8ded;hb=60f6135a421095b240b984898e555df284f3b77f;hpb=1c6444edc42c4e34b39e1d77f9cffca7aad7e798 diff --git a/tests/Makefile.in b/tests/Makefile.in index f4f77ff..6b94785 100644 --- a/tests/Makefile.in +++ b/tests/Makefile.in @@ -1078,8 +1078,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.