diff options
Diffstat (limited to 'libqcdm/tests')
-rw-r--r-- | libqcdm/tests/Makefile.am | 11 |
1 files changed, 9 insertions, 2 deletions
diff --git a/libqcdm/tests/Makefile.am b/libqcdm/tests/Makefile.am index c00f1b01..961c5e1d 100644 --- a/libqcdm/tests/Makefile.am +++ b/libqcdm/tests/Makefile.am @@ -1,7 +1,14 @@ include $(top_srcdir)/gtester.make -AM_CFLAGS = $(CODE_COVERAGE_CFLAGS) -AM_LDFLAGS = $(CODE_COVERAGE_LDFLAGS) +AM_CFLAGS = \ + $(WARN_CFLAGS) \ + $(CODE_COVERAGE_CFLAGS) \ + $(NULL) + +AM_LDFLAGS = \ + $(WARN_LDFLAGS) \ + $(CODE_COVERAGE_LDFLAGS) \ + $(NULL) noinst_PROGRAMS = test-qcdm modepref ipv6pref reset TEST_PROGS += test-qcdm |