X-Git-Url: https://git.tokkee.org/?p=sysdb.git;a=blobdiff_plain;f=t%2FMakefile.am;h=7aa6d77af1bda155c2fc8a28b9ce3fb5b2cd4bce;hp=1e4419dd7fcf053fae573e60278ce82520397ece;hb=7428c306d4b24990f4156902b71b63b37db626ac;hpb=23760ca65713cd9b8338f09bf45ec20ff4c3ef8d diff --git a/t/Makefile.am b/t/Makefile.am index 1e4419d..7aa6d77 100644 --- a/t/Makefile.am +++ b/t/Makefile.am @@ -1,11 +1,18 @@ -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/object_test.c \ + core/store_test.c \ + frontend/sock_test.c \ utils/channel_test.c \ utils/dbi_test.c \ utils/llist_test.c \