X-Git-Url: https://git.wpitchoune.net/gitweb/?a=blobdiff_plain;f=tests%2FMakefile.am;h=a94900d0c8b0a67428f59766b323864d2945a2eb;hb=2a5acf4e9e701b60e600b86366687c267fb64d9d;hp=cb62afe2f63adf68b4dfe5ec050789a85d3dcf22;hpb=12b0e2c57c55b4d3086ef920deda5400016339f2;p=ppastats.git diff --git a/tests/Makefile.am b/tests/Makefile.am index cb62afe..a94900d 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -4,10 +4,12 @@ check-local: checkpatch.pl EXTRA_DIST = \ checkpatch.pl \ + test-cppcheck.sh \ test_strrep.c \ test_ptime.c -TESTS = test-strrep \ +TESTS = test-cppcheck.sh \ + test-strrep \ test-ptime check_PROGRAMS = test-strrep test-ptime