Home
last modified time | relevance | path

Searched refs:lcov (Results 1 – 5 of 5) sorted by relevance

/f-stack/freebsd/contrib/openzfs/config/
H A Dax_code_coverage.m4114 AC_CHECK_PROG([LCOV], [lcov], [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])
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
/f-stack/app/redis-5.0.5/deps/hiredis/
H A DMakefile210 mkdir -p tmp/lcov
211 lcov -d . -c -o tmp/lcov/hiredis.info
212 genhtml --legend -o tmp/lcov/report tmp/lcov/hiredis.info
/f-stack/app/redis-5.0.5/src/
H A D.gitignore5 lcov-html
H A DMakefile269 …ECK_RDB_NAME) $(REDIS_CHECK_AOF_NAME) *.o *.gcda *.gcno *.gcov redis.info lcov-html Makefile.dep d…
287 lcov: target
291 @genhtml --legend -o lcov-html redis.info
297 .PHONY: lcov
/f-stack/freebsd/contrib/openzfs/.github/workflows/
H A Dzfs-tests.yml17 sudo apt-get install --yes -qq build-essential autoconf libtool gdb lcov \