X-Git-Url: https://git.tokkee.org/?p=sysdb.git;a=blobdiff_plain;f=t%2FMakefile.am;h=7aa6d77af1bda155c2fc8a28b9ce3fb5b2cd4bce;hp=d7e40139f61a8adab8f41154ad5676c1db3eb1a3;hb=7428c306d4b24990f4156902b71b63b37db626ac;hpb=edba65afec8c547fb6c02346eda68595ce9a5839 diff --git a/t/Makefile.am b/t/Makefile.am index d7e4013..7aa6d77 100644 --- a/t/Makefile.am +++ b/t/Makefile.am @@ -1,5 +1,9 @@ -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