Searched defs:ENABLE_COVERAGE (Results 1 – 3 of 3) sorted by relevance
344 set(ENABLE_COVERAGE ON CACHE BOOL "Enable coverage build." FORCE) variable
15 option(ENABLE_COVERAGE "Enable coverage build." OFF) option
220 AM_CONDITIONAL([ENABLE_COVERAGE], [test "x$enable_coverage" = "xyes"]) condition