avoid 'reload' to show local fs
[prss.git] / tests / Makefile.am
1 check-local: checkpatch.pl
2         find $(top_srcdir)/src -name \*.c -exec $(srcdir)/checkpatch.pl --ignore SPLIT_STRING --show-types -q --no-tree  -emacs -f {} \;
3         find $(top_srcdir)/src -name \*.h -exec $(srcdir)/checkpatch.pl --ignore SPLIT_STRING --show-types -q --no-tree  -emacs -f {} \;
4
5 EXTRA_DIST = checkpatch.pl \
6         test-cppcheck.sh
7
8 TESTS=
9
10 if CPPCHECK
11 TESTS += test-cppcheck.sh
12 endif