diff options
Diffstat (limited to 'libqcdm/tests')
-rw-r--r-- | libqcdm/tests/Makefile.am | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/libqcdm/tests/Makefile.am b/libqcdm/tests/Makefile.am index 32599068..c00f1b01 100644 --- a/libqcdm/tests/Makefile.am +++ b/libqcdm/tests/Makefile.am @@ -1,5 +1,8 @@ include $(top_srcdir)/gtester.make +AM_CFLAGS = $(CODE_COVERAGE_CFLAGS) +AM_LDFLAGS = $(CODE_COVERAGE_LDFLAGS) + noinst_PROGRAMS = test-qcdm modepref ipv6pref reset TEST_PROGS += test-qcdm |