X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=t%2FMakefile.am;h=c63a2bb21d0c8f9a8e1ee25836723266f70fbebe;hb=5bd193e64f4461cb64f86cb65b5adcd94fe75fdd;hp=1e4419dd7fcf053fae573e60278ce82520397ece;hpb=23760ca65713cd9b8338f09bf45ec20ff4c3ef8d;p=sysdb.git diff --git a/t/Makefile.am b/t/Makefile.am index 1e4419d..c63a2bb 100644 --- a/t/Makefile.am +++ b/t/Makefile.am @@ -1,11 +1,22 @@ -AM_CFLAGS = @STRICT_CFLAGS@ -AM_CPPFLAGS = -I$(top_builddir)/src/include +EXTRA_DIST = coverage.sh + +# coverage related flags are only set when gcov is enabled +AM_CFLAGS = @STRICT_CFLAGS@ @COVERAGE_CFLAGS@ +AM_LDFLAGS = @COVERAGE_LDFLAGS@ +AM_CPPFLAGS = -I$(top_srcdir)/src/include TESTS = libsysdb_test libsysdb_net_test check_PROGRAMS = libsysdb_test libsysdb_net_test libsysdb_test_SOURCES = \ libsysdb_test.c libsysdb_test.h \ + core/data_test.c \ + core/object_test.c \ + core/store_test.c \ + core/store_lookup_test.c \ + core/time_test.c \ + frontend/parser_test.c \ + frontend/sock_test.c \ utils/channel_test.c \ utils/dbi_test.c \ utils/llist_test.c \