diff options
author | Charles Kerr <charles.kerr@canonical.com> | 2013-09-07 09:48:46 -0500 |
---|---|---|
committer | Charles Kerr <charles.kerr@canonical.com> | 2013-09-07 09:48:46 -0500 |
commit | ecee96636e70894355aaee58675b1dbacd202ac9 (patch) | |
tree | e7ac8c31466807272285c1cd669fb12b5755b8b7 /tests | |
parent | dd147887cb70a52dcba1cd26d9bbf7e29545afc4 (diff) | |
download | ayatana-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.am | 4 |
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/\"" |