X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=t%2FMakefile.am;h=6adf484bf9ab8acca0761c7a93c8a7ea5f35a095;hb=f7bf1a1f05648e6292baded4828b46bea0f59075;hp=d7e40139f61a8adab8f41154ad5676c1db3eb1a3;hpb=a3da02f31dacebfd6c78bf2193523932c6f693c5;p=sysdb.git diff --git a/t/Makefile.am b/t/Makefile.am index d7e4013..6adf484 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 @@ -8,6 +12,7 @@ libsysdb_test_SOURCES = \ libsysdb_test.c libsysdb_test.h \ core/object_test.c \ core/store_test.c \ + frontend/parser_test.c \ frontend/sock_test.c \ utils/channel_test.c \ utils/dbi_test.c \