diff options
| author | Charles Kerr <charles.kerr@canonical.com> | 2012-05-24 18:48:04 -0500 |
|---|---|---|
| committer | Charles Kerr <charles.kerr@canonical.com> | 2012-05-24 18:48:04 -0500 |
| commit | fd7ad85760663cf176e126d7e350b9f010630b9b (patch) | |
| tree | 6fae8f1447c49aabd048e5e40f1b937add6327b5 | |
| parent | f023be5dbef15c87fbb10a0b891ee19c73595791 (diff) | |
| download | ayatana-indicator-power-fd7ad85760663cf176e126d7e350b9f010630b9b.tar.gz ayatana-indicator-power-fd7ad85760663cf176e126d7e350b9f010630b9b.tar.bz2 ayatana-indicator-power-fd7ad85760663cf176e126d7e350b9f010630b9b.zip | |
don't include the unit tests' code in coverage metrics
| -rw-r--r-- | tests/Makefile.am | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am index 8169e3a..b61bbe0 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -23,7 +23,7 @@ AM_CXXFLAGS = $(GTEST_CXXFLAGS) ### TEST_LIBS = \ - $(top_builddir)/src/libpower.la \ + $(top_builddir)/src/.libs/libpower.a \ $(INDICATOR_LIBS) \ $(UPOWER_LIBS) \ $(COVERAGE_LDFLAGS) \ @@ -32,8 +32,7 @@ TEST_LIBS = \ TEST_CPPFLAGS = \ $(AM_CPPFLAGS) \ $(UPOWER_CFLAGS) \ - $(INDICATOR_CFLAGS) \ - $(COVERAGE_CFLAGS) + $(INDICATOR_CFLAGS) BUILT_SOURCES += gschemas.compiled CLEANFILES += gschemas.compiled |
