diff options
author | Xan Lopez <xan@igalia.com> | 2012-09-04 05:11:11 +0800 |
---|---|---|
committer | Xan Lopez <xan@igalia.com> | 2012-09-04 19:23:13 +0800 |
commit | 18b87ec8068c5bf98aed9f507d43cba451dab665 (patch) | |
tree | 3df86b0f9c4b7b71bdaea9fd1cd93c1e0bdc30a8 /doc/reference | |
parent | 0aff80b0d783422d0db25f59c434198205d4bed7 (diff) | |
download | gsoc2013-epiphany-18b87ec8068c5bf98aed9f507d43cba451dab665.tar.gz gsoc2013-epiphany-18b87ec8068c5bf98aed9f507d43cba451dab665.tar.zst gsoc2013-epiphany-18b87ec8068c5bf98aed9f507d43cba451dab665.zip |
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
Diffstat (limited to 'doc/reference')
-rw-r--r-- | doc/reference/Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/reference/Makefile.am b/doc/reference/Makefile.am index 605d14211..72cf06c5c 100644 --- a/doc/reference/Makefile.am +++ b/doc/reference/Makefile.am @@ -107,6 +107,7 @@ GTKDOC_CFLAGS = -DEPIPHANY_COMPILATION \ -I$(top_srcdir)/lib/history \ $(DEPENDENCIES_CFLAGS) \ $(DBUS_CFLAGS) \ + $(CODE_COVERAGE_CFLAGS) \ $(INCINTL) GTKDOC_LIBS = \ @@ -119,6 +120,7 @@ GTKDOC_LIBS = \ $(top_builddir)/lib/egg/libegg.la \ $(DEPENDENCIES_LIBS) \ $(DBUS_LIBS) \ + $(CODE_COVERAGE_LDFLAGS) \ $(LIBINTL) # If you need to override some of the declarations, place them in the |