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 --- lib/egg/Makefile.am | 1 + 1 file changed, 1 insertion(+) (limited to 'lib/egg') diff --git a/lib/egg/Makefile.am b/lib/egg/Makefile.am index 5415230a5..33c6548ba 100644 --- a/lib/egg/Makefile.am +++ b/lib/egg/Makefile.am @@ -26,5 +26,6 @@ libegg_la_CPPFLAGS = \ libegg_la_CFLAGS = \ $(DEPENDENCIES_CFLAGS) \ + $(CODE_COVERAGE_CFLAGS) \ $(AM_CFLAGS) -- cgit v1.2.3