Searched refs:lcov (Results 1 – 25 of 32) sorted by relevance
12
23 lcov-reset:24 lcov --directory @abs_top_srcdir@ --zerocounters26 lcov-report:27 lcov --directory @abs_top_srcdir@ --capture \28 --output-file @abs_top_builddir@/lcov.info29 $(mkdir_p) @abs_top_builddir@/lcov.html32 --output-directory @abs_top_builddir@/lcov.html lcov.info34 @echo 'lcov report can be found in:'35 @echo 'file://@abs_top_builddir@/lcov.html/index.html'38 lcov-check:[all …]
56 find_program(LCOV lcov)61 OUTPUT ${CMAKE_BINARY_DIR}/lcov/index.html63 COMMAND ${LCOV} -q --no-external -c -b "${CMAKE_SOURCE_DIR}" -d . -o before.lcov -i65 COMMAND ${LCOV} -q --no-external -c -b "${CMAKE_SOURCE_DIR}" -d . -o after.lcov66 COMMAND ${LCOV} -q -a before.lcov -a after.lcov --output-file final.lcov67 COMMAND ${LCOV} -q -r final.lcov "'${CMAKE_SOURCE_DIR}/test/*'" -o final.lcov68 … COMMAND ${GENHTML} final.lcov -o lcov --demangle-cpp --sort -p "${CMAKE_BINARY_DIR}" -t benchmark74 DEPENDS ${CMAKE_BINARY_DIR}/lcov/index.html75 COMMENT "LCOV report at lcov/index.html"87 " lcov: ${LCOV}\n"
3 …lcov lcov -d ${PROJECT_BINARY_DIR}/${name}/CMakeFiles/${name}.dir -o ${name}.info -c > /dev/null W…10 add_dependencies(${PRJ}-lcov ${exe-targets})11 set(LCOV_PRJS ${LCOV_PRJS} ${PRJ}-lcov)
22 lcov $QUIET --gcov-tool=$GCOV -c -b out/Coverage -d out/Coverage -o /tmp/baseline -i26 lcov $QUIET --gcov-tool=$GCOV -c -b out/Coverage -d out/Coverage -o /tmp/coverage28 lcov $QUIET -a /tmp/baseline -a /tmp/coverage -o /tmp/merged
13 # lcov14 *.lcov15 /lcov
41 /lcov.html/42 /lcov.info43 /lcov.info.tmp
33 include tools/lcov.am
288 "make lcov-check" is available if you configure with --enable-compiler-coverage
560 with lcov HTML reports and --enable-compiler-coverage (fd.o #10887)
110 lcov: target112 lcov --directory src -b . --capture --output-file tlsdate.lcov && genhtml -o lcov/ tlsdate.lcov
86 Add support for lcov/gcov at build time87 See ./configure --enable-code-coverage-checks and make lcov
599 [Enable gcov/lcov compile time options])],
11 lcov -d . --zerocounters13 lcov --base-directory . --directory . --capture --output-file app.info
76 GOLDEN=$TESTDIR/golden.lcov121 java -cp dist/emma.jar emmarun -r lcov -cp $JAVADIR \122 -sp $JAVADIR -Dreport.lcov.out.file=$COVERAGE com.android.bunnies.Bunny
1 find_program(CODE_COVERAGE_LCOV lcov)3 message(FATAL_ERROR "Cannot find lcov...")
728 lcov --capture --directory . \729 --output-file=lcov-coverage.info; \730 genhtml lcov-coverage.info \731 --output-directory lcov-html; \872 clean: CLEAN($(OUT)lcov-coverage.info) CLEAN($(OUT)lcov-html)917 clean: CLEAN($(OUT)$(MODULE)/*.gcov) CLEAN($(OUT)lcov-coverage.info)918 clean: CLEAN($(OUT)lcov-html)
18 lcov --base-directory . --directory build/ --gcov-tool gcov-4.6 -c -o build/coverage/nanopb.info
9 '<list of {txt|html|lcov|xml}>',
24 '<list of {txt|html|lcov|xml}>',
1376 lcov -c -i -d . -b . -o ${COV_INFO}.initial1380 lcov -c -d . -b . -o ${COV_INFO}.tests1381 lcov -a ${COV_INFO}.initial -a ${COV_INFO}.tests -o ${COV_INFO}.total1382 lcov -r ${COV_INFO}.total '/usr/*' '*/linktest/*' -o ${COV_INFO}.local1387 lcov -r ${COV_INFO}.local '*/stub/*' -o ${COV_INFO}.nostub1388 lcov -e ${COV_INFO}.nostub '${SRCDIR}/firmware/*' \
47 return new com.vladium.emma.report.lcov.ReportGenerator (); in create()
11 package com.vladium.emma.report.lcov;
1472 lcov --directory . --zerocounters1481 lcov --directory . --output-file $(COVERAGE_OUT)/$(PACKAGE).info \
1008 AC_ARG_VAR([LCOV],[the ltp lcov program])1009 AC_PATH_PROG([LCOV],[lcov],[false])1011 AC_MSG_ERROR([lcov not found])