diff options
Diffstat (limited to 'libmm-glib/tests')
-rw-r--r-- | libmm-glib/tests/Makefile.am | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/libmm-glib/tests/Makefile.am b/libmm-glib/tests/Makefile.am index be93d4c6..f98f9d7c 100644 --- a/libmm-glib/tests/Makefile.am +++ b/libmm-glib/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-common-helpers TEST_PROGS += $(noinst_PROGRAMS) |