Skip to content
  • Bill Hoffman's avatar
    CTestCoverageCollectGCOV: Allow custom flags to gcov · 5c828cc8
    Bill Hoffman authored and Brad King's avatar Brad King committed
    Add a GCOV_OPTIONS option to allow specification of custom flags.  In
    ctest_coverage gcov support, if you set CTEST_COVERAGE_EXTRA_FLAGS, they
    get put on the command line before the -o.  In this case we remove the
    -b and replace it with GCOV_OPTIONS.  All other arguments remain the
    same.
    5c828cc8