X-Git-Url: http://git.wpitchoune.net/gitweb/?p=ppastats.git;a=blobdiff_plain;f=tests%2FMakefile.am;h=e80d69c3e0ca9be61181eb553e12a579bf9fb985;hp=cb62afe2f63adf68b4dfe5ec050789a85d3dcf22;hb=HEAD;hpb=12b0e2c57c55b4d3086ef920deda5400016339f2 diff --git a/tests/Makefile.am b/tests/Makefile.am index cb62afe..e80d69c 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -4,6 +4,7 @@ check-local: checkpatch.pl EXTRA_DIST = \ checkpatch.pl \ + test-cppcheck.sh \ test_strrep.c \ test_ptime.c @@ -24,3 +25,6 @@ test_ptime_SOURCES = \ $(top_builddir)/src/ptime.c test_ptime_CFLAGS = -I$(top_srcdir)/src +if CPPCHECK +TESTS += test-cppcheck.sh +endif \ No newline at end of file