From ecee96636e70894355aaee58675b1dbacd202ac9 Mon Sep 17 00:00:00 2001 From: Charles Kerr Date: Sat, 7 Sep 2013 09:48:46 -0500 Subject: get coverage reports working. We now have nonzero coverage, whoo --- tests/Makefile.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tests') diff --git a/tests/Makefile.am b/tests/Makefile.am index 6435d75..e204378 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -53,6 +53,6 @@ test_indicator_CPPFLAGS = $(TEST_CPPFLAGS) -DSCHEMA_DIR="\"$(top_builddir)/tests TESTS += test-utils check_PROGRAMS += test-utils -test_utils_SOURCES = test-utils.cc $(top_srcdir)/src/utils.c -test_utils_LDADD = $(TEST_LIBS) +test_utils_SOURCES = test-utils.cc +test_utils_LDADD = $(top_builddir)/src/libindicator-datetime-service.a $(TEST_LIBS) test_utils_CPPFLAGS = $(TEST_CPPFLAGS) -DSCHEMA_DIR="\"$(top_builddir)/tests/\"" -- cgit v1.2.3