Searched full:lcov (Results 1 – 16 of 16) sorted by relevance
/openthread-2.7.6/third_party/nlbuild-autotools/repo/automake/pre/macros/ |
D | coverage.am | 28 NL_COVERAGE_BUNDLE_SUFFIX = .lcov 31 # Suffix for the lcov "info" file inside the code coverage report bundle. 41 nl__v_LCOV_0 = @echo " LCOV $(@)"; 62 # Capture, using lcov, a coverage report from the specified directory 'directory' 65 # <directory> - The directory from which lcov should search for coverage data (*.gcno & *.gcda) 74 $(NL_V_LCOV)$(LCOV) $(NL_V_LCOV_FLAGS) --config-file="$(abs_top_nlbuild_autotools_dir)/etc/lcov.con… 75 $(NL_V_LCOV)$(LCOV) $(NL_V_LCOV_FLAGS) --config-file="$(abs_top_nlbuild_autotools_dir)/etc/lcov.con… 76 $(NL_V_LCOV)$(LCOV) $(NL_V_LCOV_FLAGS) --config-file="$(abs_top_nlbuild_autotools_dir)/etc/lcov.con… 77 …$(NL_V_GENHTML_FLAGS) --config-file="$(abs_top_nlbuild_autotools_dir)/etc/lcov.config" "$(@)" --ou… 83 # Capture, using lcov, a coverage report from the specified directory 'directory' and a filter 'rem… [all …]
|
/openthread-2.7.6/third_party/nlbuild-autotools/repo/autoconf/m4/ |
D | nl_enable_coverage_reporting.m4 | 22 # reporting, using the LCOV package. 34 # without code coverage reports, using the LCOV package. 37 # addition, LCOV will be set to the path of the 'lcov' tool and GENHTML will be set to the path of… 53 # Check for the presence of lcov and genhtml, required 56 AC_PATH_PROG(LCOV, lcov) 63 …verage-reports],[Enable the generation of code coverage reports (requires lcov) @<:@default=$1@:>… 83 # 'yes'. Otherwise, availability of lcov and genhtml 111 # Both lcov and genhtml must exist to successfully 114 if test "x${LCOV}" = "x" || test "x${GENHTML}" = "x"; then 124 # Both lcov and genhtml must exist to successfully [all …]
|
/openthread-2.7.6/third_party/mbedtls/repo/ |
D | Makefile | 6 .PHONY: all no_test programs lib tests install uninstall clean test check covtest lcov apidoc apido… 111 lcov: target 113 lcov --capture --initial --directory library -o files.info 114 lcov --rc lcov_branch_coverage=1 --capture --directory library -o tests.info 115 lcov --rc lcov_branch_coverage=1 --add-tracefile files.info --add-tracefile tests.info -o all.info 116 lcov --rc lcov_branch_coverage=1 --remove all.info -o final.info '*.h'
|
D | CMakeLists.txt | 302 ADD_CUSTOM_TARGET(lcov target 304 … COMMAND lcov --capture --initial --directory library/CMakeFiles/mbedtls.dir -o files.info 305 COMMAND lcov --capture --directory library/CMakeFiles/mbedtls.dir -o tests.info 306 COMMAND lcov --add-tracefile files.info --add-tracefile tests.info -o all.info 307 COMMAND lcov --remove all.info -o final.info '*.h'
|
/openthread-2.7.6/.github/workflows/ |
D | simulation-1.1.yml | 95 sudo apt-get --no-install-recommends install -y g++-multilib lcov ninja-build 138 …t --no-install-recommends install -y g++-multilib python3-setuptools python3-wheel ninja-build lcov 181 … sudo apt-get --no-install-recommends install -y g++-multilib python3-setuptools python3-wheel lcov 226 … sudo apt-get --no-install-recommends install -y g++-multilib python3-setuptools python3-wheel lcov 266 … sudo apt-get --no-install-recommends install -y g++-multilib python3-setuptools python3-wheel lcov 298 sudo apt-get --no-install-recommends install -y expect ninja-build lcov socat 337 sudo apt-get install -y avahi-daemon avahi-utils lcov 381 sudo apt-get --no-install-recommends install -y python3-setuptools python3-wheel lcov 423 … sudo apt-get --no-install-recommends install -y g++-multilib python3-setuptools python3-wheel lcov 468 …t --no-install-recommends install -y clang-10 clang++-10 python3-setuptools python3-wheel llvm lcov [all …]
|
D | simulation-1.2.yml | 68 …ll-recommends install -y clang-10 clang++-10 ninja-build python3-setuptools python3-wheel llvm lcov 123 …t --no-install-recommends install -y g++-multilib python3-setuptools python3-wheel ninja-build lcov 181 …t --no-install-recommends install -y g++-multilib python3-setuptools python3-wheel ninja-build lcov 219 sudo apt-get --no-install-recommends install -y expect ninja-build lcov socat 263 …nds install -y libreadline6-dev g++-multilib ninja-build python3-setuptools python3-wheel llvm lcov 317 sudo apt-get --no-install-recommends install -y lcov
|
D | posix.yml | 52 sudo apt-get --no-install-recommends install -y expect ninja-build lcov socat 132 …o apt-get --no-install-recommends install -y libreadline6-dev python3-setuptools python3-wheel lcov 166 sudo apt-get --no-install-recommends install -y expect lcov 197 sudo apt-get --no-install-recommends install -y socat expect lcov net-tools ninja-build 255 sudo apt-get --no-install-recommends install -y lcov
|
D | otbr.yml | 71 … apt-get --no-install-recommends install -y python3-setuptools python3-wheel ninja-build socat lcov 131 … apt-get --no-install-recommends install -y python3-setuptools python3-wheel ninja-build socat lcov 175 sudo apt-get --no-install-recommends install -y lcov
|
D | toranj.yml | 67 sudo apt-get --no-install-recommends install -y lcov 98 sudo apt-get --no-install-recommends install -y lcov
|
/openthread-2.7.6/script/ |
D | test | 493 rm -f tmp/coverage.lcov 500 lcov --gcov-tool "$llvm_gcov" --directory . --capture --output-file tmp/coverage.info 505 lcov --directory . --capture --output-file tmp/coverage.info 507 lcov --list tmp/coverage.info 508 lcov --extract tmp/coverage.info "$PWD/src/core/common/message.cpp" | c++filt 522 lcov "${args[@]}" -o final.info
|
/openthread-2.7.6/third_party/nlbuild-autotools/repo/ |
D | MANIFEST | 38 etc/lcov.config
|
/openthread-2.7.6/third_party/nlbuild-autotools/repo/etc/ |
D | lcov.config | 19 # This file is an lcov configuration file based on the default
|
/openthread-2.7.6/third_party/nlbuild-autotools/repo/examples/ |
D | configure.ac | 432 Lcov : ${LCOV:--}
|
/openthread-2.7.6/third_party/mbedtls/repo/tests/scripts/ |
D | basic-build-test.sh | 141 make lcov 146 echo >&2 "Fatal: 'make lcov' failed"
|
/openthread-2.7.6/ |
D | configure.ac | 1059 Lcov : ${LCOV:--}
|
/openthread-2.7.6/tests/scripts/thread-cert/ |
D | node.py | 171 codecov_cmd = f'lcov --directory . --capture --output-file {cov_file_path}' 173 … codecov_cmd = ('lcov --directory build/otbr/third_party/openthread/repo --capture '
|