Searched refs:lcov (Results 1 – 5 of 5) sorted by relevance
114 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 lcov184 # - CODE_COVERAGE_LCOV_SHOPTS: Extra options to shared between both lcov188 # collecting lcov instance. (Default: $CODE_COVERAGE_LCOV_OPTIONS_GCOVPATH)189 # - CODE_COVERAGE_LCOV_OPTIONS: Extra options to pass to the collecting lcov192 # lcov instance. (Default: empty)193 # - CODE_COVERAGE_LCOV_RMOPTS: Extra options to pass to the filtering lcov
210 mkdir -p tmp/lcov211 lcov -d . -c -o tmp/lcov/hiredis.info212 genhtml --legend -o tmp/lcov/report tmp/lcov/hiredis.info
5 lcov-html
269 …ECK_RDB_NAME) $(REDIS_CHECK_AOF_NAME) *.o *.gcda *.gcno *.gcov redis.info lcov-html Makefile.dep d…287 lcov: target291 @genhtml --legend -o lcov-html redis.info297 .PHONY: lcov
17 sudo apt-get install --yes -qq build-essential autoconf libtool gdb lcov \