From 18b87ec8068c5bf98aed9f507d43cba451dab665 Mon Sep 17 00:00:00 2001 From: Xan Lopez Date: Mon, 3 Sep 2012 23:11:11 +0200 Subject: Add code coverage support Needs a fairly recent gnome-common. To use do: - Run configure with --enable-code-coverage - Type 'make check-code-coverage' - Open the HTML results https://bugzilla.gnome.org/show_bug.cgi?id=683297 --- tests/Makefile.am | 2 ++ 1 file changed, 2 insertions(+) (limited to 'tests') diff --git a/tests/Makefile.am b/tests/Makefile.am index 5c49dac0b..b480cdc98 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -100,6 +100,7 @@ INCLUDES = \ CFLAGS = \ $(DEPENDENCIES_CFLAGS) \ + $(CODE_COVERAGE_CFLAGS) \ $(AM_CFLAGS) LDADD = \ @@ -111,6 +112,7 @@ LDADD = \ $(top_builddir)/lib/libephymisc.la \ $(top_builddir)/lib/egg/libegg.la \ $(DBUS_LIBS) \ + $(CODE_COVERAGE_LDFLAGS) \ $(DEPENDENCIES_LIBS) test_ephy_download_SOURCES = \ -- cgit v1.2.3