aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorCharles Kerr <charles.kerr@canonical.com>2013-09-07 09:48:46 -0500
committerCharles Kerr <charles.kerr@canonical.com>2013-09-07 09:48:46 -0500
commitecee96636e70894355aaee58675b1dbacd202ac9 (patch)
treee7ac8c31466807272285c1cd669fb12b5755b8b7 /tests
parentdd147887cb70a52dcba1cd26d9bbf7e29545afc4 (diff)
downloadayatana-indicator-datetime-ecee96636e70894355aaee58675b1dbacd202ac9.tar.gz
ayatana-indicator-datetime-ecee96636e70894355aaee58675b1dbacd202ac9.tar.bz2
ayatana-indicator-datetime-ecee96636e70894355aaee58675b1dbacd202ac9.zip
get coverage reports working. We now have nonzero coverage, whoo
Diffstat (limited to 'tests')
-rw-r--r--tests/Makefile.am4
1 files changed, 2 insertions, 2 deletions
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/\""