X-Git-Url: http://git.wpitchoune.net/gitweb/?p=ppastats-pkg-ubuntu.git;a=blobdiff_plain;f=tests%2FMakefile.am;fp=tests%2FMakefile.am;h=e80d69c3e0ca9be61181eb553e12a579bf9fb985;hp=a94900d0c8b0a67428f59766b323864d2945a2eb;hb=607545a9b3a79cedb6218e2bd5bf3aec2fd7320a;hpb=5c8ce397c52b77dd41dc2a0b88417715c6e2c4f2 diff --git a/tests/Makefile.am b/tests/Makefile.am index a94900d..e80d69c 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -8,8 +8,7 @@ EXTRA_DIST = \ test_strrep.c \ test_ptime.c -TESTS = test-cppcheck.sh \ - test-strrep \ +TESTS = test-strrep \ test-ptime check_PROGRAMS = test-strrep test-ptime @@ -26,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