Searched refs:COVERAGE_OUTPUT (Results 1 - 3 of 3) sorted by relevance

/freebsd-12-stable/contrib/bc/
H A Dconfigure880 COVERAGE_OUTPUT="@gcov -pabcdf \$(GCDA) \$(BC_GCDA) \$(DC_GCDA) \$(HISTORY_GCDA) \$(RAND_GCDA)"
881 COVERAGE_OUTPUT="$COVERAGE_OUTPUT;\$(RM) -f \$(GEN)*.gc*"
882 COVERAGE_OUTPUT="$COVERAGE_OUTPUT;gcovr --html-details --output index.html"
886 COVERAGE_OUTPUT="@printf 'Coverage not generated\\\\n'"
1255 contents=$(replace "$contents" "COVERAGE_OUTPUT" "$COVERAGE_OUTPUT")
H A Dconfigure.sh880 COVERAGE_OUTPUT="@gcov -pabcdf \$(GCDA) \$(BC_GCDA) \$(DC_GCDA) \$(HISTORY_GCDA) \$(RAND_GCDA)"
881 COVERAGE_OUTPUT="$COVERAGE_OUTPUT;\$(RM) -f \$(GEN)*.gc*"
882 COVERAGE_OUTPUT="$COVERAGE_OUTPUT;gcovr --html-details --output index.html"
886 COVERAGE_OUTPUT="@printf 'Coverage not generated\\\\n'"
1255 contents=$(replace "$contents" "COVERAGE_OUTPUT" "$COVERAGE_OUTPUT")
H A DMakefile.in321 %%COVERAGE_OUTPUT%%

Completed in 109 milliseconds