X-Git-Url: https://git.wpitchoune.net/gitweb/?a=blobdiff_plain;f=tests%2FMakefile.am;h=a94900d0c8b0a67428f59766b323864d2945a2eb;hb=2a5acf4e9e701b60e600b86366687c267fb64d9d;hp=c3afa6a1c805c6f597df418ed530da2b82601d35;hpb=32d204f8aa07a3da20abedc490be019d388683b3;p=ppastats.git diff --git a/tests/Makefile.am b/tests/Makefile.am index c3afa6a..a94900d 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -4,11 +4,15 @@ check-local: checkpatch.pl EXTRA_DIST = \ checkpatch.pl \ - test_strrep.c + test-cppcheck.sh \ + test_strrep.c \ + test_ptime.c -TESTS = test-strrep +TESTS = test-cppcheck.sh \ + test-strrep \ + test-ptime -check_PROGRAMS = test-strrep +check_PROGRAMS = test-strrep test-ptime test_strrep_SOURCES = \ test_strrep.c \ @@ -16,3 +20,9 @@ test_strrep_SOURCES = \ $(top_builddir)/src/pstr.c test_strrep_CFLAGS = -I$(top_srcdir)/src +test_ptime_SOURCES = \ + test_ptime.c \ + $(top_builddir)/src/ptime.h \ + $(top_builddir)/src/ptime.c +test_ptime_CFLAGS = -I$(top_srcdir)/src +