diff options
author | Stef Walter <stefw@gnome.org> | 2013-04-19 19:01:23 +0200 |
---|---|---|
committer | Stef Walter <stefw@gnome.org> | 2013-04-19 19:01:23 +0200 |
commit | 4de7c0e464c049fb9e6dfdab0972ea6b921b0cea (patch) | |
tree | 043d07db8de203492cb0d4eeb6ec5f47a14eab15 | |
parent | 7c4e5da53a378ff4059c0397f545f65884dbd49b (diff) | |
download | gcr-4de7c0e464c049fb9e6dfdab0972ea6b921b0cea.tar.gz |
Add missing --enable-coverage configure argument
-rw-r--r-- | configure.ac | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index 95786fa..b32f723 100644 --- a/configure.ac +++ b/configure.ac @@ -284,6 +284,12 @@ AC_MSG_RESULT($strict_status) AC_SUBST(INTROSPECTION_FLAGS) AC_SUBST(TEST_MODE) +AC_MSG_CHECKING([whether to build with gcov testing]) +AC_ARG_ENABLE([coverage], + [AS_HELP_STRING([--enable-coverage], [Whether to enable coverage testing ])], + [], + [enable_coverage=no]) + AC_MSG_RESULT([$enable_coverage]) AC_MSG_CHECKING([code coverage]) |