diff options
author | Prakash Surya <[email protected]> | 2017-09-22 18:49:57 -0700 |
---|---|---|
committer | Brian Behlendorf <[email protected]> | 2017-09-22 18:49:57 -0700 |
commit | acf044420b134b022da5c866b19df69934ad3778 (patch) | |
tree | 0990c6731f83d04700411617c9d60038b7ab8b80 /configure.ac | |
parent | d410c6d9fd4db812a1009e1603c89f1e222e1875 (diff) |
Add support for "--enable-code-coverage" option
This change adds support for a new option that can be passed to the
configure script: "--enable-code-coverage". Further, the "--enable-gcov"
option has been removed, as this new option provides the same
functionality (plus more).
When using this new option the following make targets are available:
* check-code-coverage
* code-coverage-capture
* code-coverage-clean
Note: these make targets can only be run from the root of the project.
Reviewed-by: Brian Behlendorf <[email protected]>
Signed-off-by: Prakash Surya <[email protected]>
Closes #6670
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index ae03d1bf7..e83c5397d 100644 --- a/configure.ac +++ b/configure.ac @@ -50,13 +50,13 @@ AC_PROG_CC AC_PROG_LIBTOOL AM_PROG_AS AM_PROG_CC_C_O +AX_CODE_COVERAGE ZFS_AC_LICENSE ZFS_AC_PACKAGE ZFS_AC_CONFIG ZFS_AC_DEBUG ZFS_AC_DEBUGINFO -ZFS_AC_GCOV AC_CONFIG_FILES([ Makefile |