X-Git-Url: http://git.wpitchoune.net/gitweb/?p=ppastats.git;a=blobdiff_plain;f=tests%2FMakefile.am;h=cb62afe2f63adf68b4dfe5ec050789a85d3dcf22;hp=c3afa6a1c805c6f597df418ed530da2b82601d35;hb=12b0e2c57c55b4d3086ef920deda5400016339f2;hpb=cc8747204cb629baf970ae25d58c7c8eedc72bd6 diff --git a/tests/Makefile.am b/tests/Makefile.am index c3afa6a..cb62afe 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -4,11 +4,13 @@ check-local: checkpatch.pl EXTRA_DIST = \ checkpatch.pl \ - test_strrep.c + test_strrep.c \ + test_ptime.c -TESTS = test-strrep +TESTS = test-strrep \ + test-ptime -check_PROGRAMS = test-strrep +check_PROGRAMS = test-strrep test-ptime test_strrep_SOURCES = \ test_strrep.c \ @@ -16,3 +18,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 +