Home
last modified time | relevance | path

Searched full:lcov (Results 1 – 25 of 123) sorted by relevance

12345

/external/catch2/CMake/
DFindLcov.cmake13 set(LCOV_DATA_PATH "${CMAKE_BINARY_DIR}/lcov/data")
16 set(LCOV_HTML_PATH "${CMAKE_BINARY_DIR}/lcov/html")
21 # Search for Gcov which is used by Lcov.
27 # This function will add lcov evaluation for target <TNAME>. Only sources of
52 # Search for required lcov binaries.
53 find_program(LCOV_BIN lcov)
56 find_package_handle_standard_args(lcov
67 # enable no-external flag for lcov, if available.
80 # If Lcov was not found, exit module now.
94 # This function will merge lcov files to a single target file. Additional lcov
[all …]
/external/libcxx/utils/google-benchmark/test/
DCMakeLists.txt224 find_program(LCOV lcov)
227 if (GCOV AND LCOV AND GENHTML AND CTEST AND HAVE_CXX_FLAG_COVERAGE)
229 OUTPUT ${CMAKE_BINARY_DIR}/lcov/index.html
230 COMMAND ${LCOV} -q -z -d .
231 COMMAND ${LCOV} -q --no-external -c -b "${CMAKE_SOURCE_DIR}" -d . -o before.lcov -i
233 COMMAND ${LCOV} -q --no-external -c -b "${CMAKE_SOURCE_DIR}" -d . -o after.lcov
234 COMMAND ${LCOV} -q -a before.lcov -a after.lcov --output-file final.lcov
235 COMMAND ${LCOV} -q -r final.lcov "'${CMAKE_SOURCE_DIR}/test/*'" -o final.lcov
236 … COMMAND ${GENHTML} final.lcov -o lcov --demangle-cpp --sort -p "${CMAKE_BINARY_DIR}" -t benchmark
239 COMMENT "Running LCOV"
[all …]
/external/google-benchmark/test/
DCMakeLists.txt224 find_program(LCOV lcov)
227 if (GCOV AND LCOV AND GENHTML AND CTEST AND HAVE_CXX_FLAG_COVERAGE)
229 OUTPUT ${CMAKE_BINARY_DIR}/lcov/index.html
230 COMMAND ${LCOV} -q -z -d .
231 COMMAND ${LCOV} -q --no-external -c -b "${CMAKE_SOURCE_DIR}" -d . -o before.lcov -i
233 COMMAND ${LCOV} -q --no-external -c -b "${CMAKE_SOURCE_DIR}" -d . -o after.lcov
234 COMMAND ${LCOV} -q -a before.lcov -a after.lcov --output-file final.lcov
235 COMMAND ${LCOV} -q -r final.lcov "'${CMAKE_SOURCE_DIR}/test/*'" -o final.lcov
236 … COMMAND ${GENHTML} final.lcov -o lcov --demangle-cpp --sort -p "${CMAKE_BINARY_DIR}" -t benchmark
239 COMMENT "Running LCOV"
[all …]
/external/boringssl/src/util/
Dgenerate-coverage.sh22 LCOV=$(mktemp -d '/tmp/boringssl-lcov.XXXXXX')
25 LCOV=$(readlink -f "$1")
26 mkdir -p "$LCOV"
40 util/generate-asm-lcov.py "$BUILD/callgrind" "$BUILD" > "$BUILD/asm.info"
47 cd "$LCOV"
48 lcov -c -d "$BUILD" -b "$BUILD" -o "$BUILD/lcov.info"
49 lcov -r "$BUILD/lcov.info" -o "$BUILD/filtered.info" "*_test.c" "*_test.cc" "*/third_party/googlete…
Dgenerate-asm-lcov.py20 # The LCOV output format for each source file is:
119 a LCOV coverage output."""
151 lcov = generate(annotated) variable
152 print output(lcov)
/external/virglrenderer/build-aux/
Dax_code_coverage.m4106 # List of supported lcov versions.
109 AC_CHECK_PROG([LCOV], [lcov], [lcov])
112 AS_IF([ test "$LCOV" ], [
113 AC_CACHE_CHECK([for lcov version], ax_cv_lcov_version, [
115 lcov_version=`$LCOV -v 2>/dev/null | $SED -e 's/^.* //'`
123 …lcov_msg="To enable code coverage reporting you must have one of the following lcov versions insta…
129 …lcov_msg="You must have one of the following versions of lcov: $lcov_version_list (found: $lcov_ve…
131 LCOV="exit 0;"
136 AC_MSG_ERROR([Could not find genhtml from the lcov package])
154 # by lcov for code coverage. (Default:
[all …]
/external/grpc-grpc/src/php/ext/grpc/
Dconfig.m4108 AC_CHECK_PROG(LCOV, lcov, lcov)
110 PHP_SUBST(LCOV)
113 if test "$LCOV"; then
114 AC_CACHE_CHECK([for lcov version], php_cv_lcov_version, [
116 lcov_version=`$LCOV -v 2>/dev/null | $SED -e 's/^.* //'` #'
124 …lcov_msg="To enable code coverage reporting you must have one of the following LCOV versions insta…
130 …lcov_msg="You must have one of the following versions of LCOV: $lcov_version_list (found: $lcov_ve…
132 LCOV="exit 0;"
137 AC_MSG_ERROR([Could not find genhtml from the LCOV package])
/external/strace/m4/
Dax_code_coverage.m4116 AC_CHECK_PROG([LCOV], [lcov], [lcov])
119 AS_IF([ test -z "$LCOV" ], [
120 AC_MSG_ERROR([To enable code coverage reporting you must have lcov installed])
124 AC_MSG_ERROR([Could not find genhtml from the lcov package])
146 …$(code_coverage_v_lcov_cap)$(LCOV) $(code_coverage_quiet) $(addprefix --directory ,$(CODE_COVERAGE…
147 …$(code_coverage_v_lcov_ign)$(LCOV) $(code_coverage_quiet) $(addprefix --directory ,$(CODE_COVERAGE…
156 -$(LCOV) --directory $(top_builddir) -z
176 # by lcov for code coverage. (Default:
184 # - CODE_COVERAGE_LCOV_SHOPTS_DEFAULT: Extra options shared between both lcov
186 # - CODE_COVERAGE_LCOV_SHOPTS: Extra options to shared between both lcov
[all …]
/external/harfbuzz_ng/m4/
Dax_code_coverage.m4114 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
[all …]
/external/cn-cbor/cmake/
DLCov.cmake1 FIND_PROGRAM( LCOV_PATH lcov )
5 # message ( "lcov: ${LCOV_PATH}" )
9 …COMMAND "${GENHTML_PATH}" --rc genhtml_branch_coverage=1 --output-directory lcov ${PROJECT_NAME}.i…
10 COMMAND echo "Coverage report in: file://${CMAKE_BINARY_DIR}/lcov/index.html"
/external/kmod/
DMakefile.am425 .PHONY: coverage lcov-run lcov-report coverage-sync
427 # run lcov from scratch, always
429 $(MAKE) lcov-run
430 $(MAKE) lcov-report
438 lcov-run:
440 lcov $(coverage_opts) --zerocounters
444 lcov-report:
446 lcov $(coverage_opts) --capture --no-external --ignore-errors graph \
447 | sed 's|$(abspath $(builddir))|$(abspath $(srcdir))|' > $(coverage_dir)/.lcov.info
448 lcov --remove $(coverage_dir)/.lcov.info --output-file $(coverage_dir)/.lcov-clean.info 'test-*'
[all …]
/external/libevent/cmake/
DCodeCoverage.cmake47 # which runs your test executable and produces a lcov code coverage report:
66 FIND_PROGRAM( LCOV_PATH lcov )
92 # Param _outputname lcov output is generated as _outputname.info
99 MESSAGE(FATAL_ERROR "lcov not found! Aborting...")
109 # Cleanup lcov
115 # Capturing lcov counters and generating report
/external/grpc-grpc/third_party/nanopb/tests/
DMakefile10 # LCOV does not like the newer gcov format
15 lcov --base-directory . --directory build/ --gcov-tool gcov-4.6 -c -o build/coverage/nanopb.info
18 lcov -r build/coverage/nanopb.info '*tests*' -o build/coverage/nanopb.info
/external/nanopb-c/tests/
DMakefile10 # LCOV does not like the newer gcov format
15 lcov --base-directory . --directory build/ --gcov-tool gcov-4.6 -c -o build/coverage/nanopb.info
18 lcov -r build/coverage/nanopb.info '*tests*' -o build/coverage/nanopb.info
/external/curl/scripts/
Dcoverage.sh14 lcov -d . -c -o cov.lcov
15 genhtml cov.lcov --output-directory coverage --title "curl code coverage"
/external/libcxx/utils/google-benchmark/
D.gitignore14 # lcov
15 *.lcov
16 /lcov
/external/google-benchmark/
D.gitignore15 # lcov
16 *.lcov
17 /lcov
/external/skqp/bin/
Dcoverage47 lcov -q --gcov-tool="$GCOV" -c -b "$BUILD" -d "$BUILD" -o "$DIR"/baseline -i
52 lcov -q --gcov-tool="$GCOV" -c -b "$BUILD" -d "$BUILD" -o "$DIR"/coverage
54 lcov -q -a "$DIR"/baseline -a "$DIR"/coverage -o "$DIR"/merged
/external/skia/bin/
Dcoverage47 lcov -q --gcov-tool="$GCOV" -c -b "$BUILD" -d "$BUILD" -o "$DIR"/baseline -i
52 lcov -q --gcov-tool="$GCOV" -c -b "$BUILD" -d "$BUILD" -o "$DIR"/coverage
54 lcov -q -a "$DIR"/baseline -a "$DIR"/coverage -o "$DIR"/merged
/external/cn-cbor/
DREADME.md38 Generating a test coverage report (requires lcov[^1]; result in `build/lcov/index.html`):
44 [^1]: Installation with homebrew: `brew install lcov`
/external/catch2/
D.travis.yml43 packages: ['lcov', 'clang-3.8']
220 packages: ['lcov', 'g++-7']
227 packages: ['clang-3.8', 'lcov']
238 packages: ['valgrind', 'lcov', 'g++-7']
318 make lcov
/external/minijail/
D.gitignore12 /lcov-coverage.info
13 /lcov-html/
/external/skia/fuzz/
Dcoverage50 lcov -q --gcov-tool="$GCOV" -c -b "$BUILD" -d "$BUILD" -o "$DIR"/baseline -i
77 lcov -q --gcov-tool="$GCOV" -c -b "$BUILD" -d "$BUILD" -o "$DIR"/coverage
79 lcov -q -a "$DIR"/baseline -a "$DIR"/coverage -o "$DIR"/merged
/external/skqp/fuzz/
Dcoverage50 lcov -q --gcov-tool="$GCOV" -c -b "$BUILD" -d "$BUILD" -o "$DIR"/baseline -i
77 lcov -q --gcov-tool="$GCOV" -c -b "$BUILD" -d "$BUILD" -o "$DIR"/coverage
79 lcov -q -a "$DIR"/baseline -a "$DIR"/coverage -o "$DIR"/merged
/external/libbrillo/
Dgen_coverage_html.sh11 lcov -d . --zerocounters
13 lcov --base-directory . --directory . --capture --output-file app.info

12345