From 8692b1cb72654888f0dab31843bdf05d3ac2a888 Mon Sep 17 00:00:00 2001 From: Milan Crha Date: Tue, 25 Mar 2014 12:04:58 +0100 Subject: Add an --enable-code-coverage configure option to enable gcov support When enabled, this will compile all libraries/binaries with the necessary gcc and ld flags to enable code coverage support using gcov. --- configure.ac | 3 +++ 1 file changed, 3 insertions(+) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index 023a126368..6cbeee89dd 100644 --- a/configure.ac +++ b/configure.ac @@ -197,6 +197,8 @@ LT_INIT(disable-static win32-dll) PKG_PROG_PKG_CONFIG +GNOME_CODE_COVERAGE + dnl ******************************************** dnl User / Developer Documentation dnl ******************************************** @@ -1597,5 +1599,6 @@ echo " Highlight support: $msg_text_highlight Plugins: $msg_plugins User documentation: $with_help + Code coverage (gcov): $enable_code_coverage Installed tests: $enable_installed_tests " -- cgit v1.2.3