Lines Matching full:lcov
114 AC_CHECK_PROG([LCOV], [lcov], [lcov])
117 AS_IF([ test -z "$LCOV" ], [
118 AC_MSG_ERROR([To enable code coverage reporting you must have lcov installed])
122 AC_MSG_ERROR([Could not find genhtml from the lcov package])
144 …$(code_coverage_v_lcov_cap)$(LCOV) $(code_coverage_quiet) $(addprefix --directory ,$(CODE_COVERAGE…
145 …$(code_coverage_v_lcov_ign)$(LCOV) $(code_coverage_quiet) $(addprefix --directory ,$(CODE_COVERAGE…
154 -$(LCOV) --directory $(top_builddir) -z
174 # by lcov for code coverage. (Default:
182 # - CODE_COVERAGE_LCOV_SHOPTS_DEFAULT: Extra options shared between both lcov
184 # - CODE_COVERAGE_LCOV_SHOPTS: Extra options to shared between both lcov
188 # collecting lcov instance. (Default: $CODE_COVERAGE_LCOV_OPTIONS_GCOVPATH)
189 # - CODE_COVERAGE_LCOV_OPTIONS: Extra options to pass to the collecting lcov
192 # lcov instance. (Default: empty)
193 # - CODE_COVERAGE_LCOV_RMOPTS: Extra options to pass to the filtering lcov
229 code_coverage_v_lcov_cap_0 = @echo " LCOV --capture"\
233 code_coverage_v_lcov_ign_0 = @echo " LCOV --remove /tmp/*"\