X-Git-Url: https://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=73eabee5220bdce792b25c83391597d84b7e0812;hpb=ab2c54c5fc730eda797aafe6ed6a589965f0ed05 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