Home
last modified time | relevance | path

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

/openthread-latest/third_party/mbedtls/repo/scripts/
Dlcov.sh48 lcov --capture --initial --directory $library_dir -o "$COVTMP/files.info"
49 lcov --rc lcov_branch_coverage=1 --capture --directory $library_dir -o "$COVTMP/tests.info"
50lcov --rc lcov_branch_coverage=1 --add-tracefile "$COVTMP/files.info" --add-tracefile "$COVTMP/tes…
51 lcov --rc lcov_branch_coverage=1 --remove "$COVTMP/all.info" -o "$COVTMP/final.info" '*.h'
/openthread-latest/script/
Dtest606 rm -f tmp/coverage.lcov
613 lcov --gcov-tool "$llvm_gcov" --directory . --capture --output-file tmp/coverage.info
618 lcov --directory . --capture --output-file tmp/coverage.info
620 lcov --list tmp/coverage.info
621 lcov --extract tmp/coverage.info "$PWD/src/core/common/message.cpp" | c++filt
635 lcov "${args[@]}" -o final.info
/openthread-latest/third_party/mbedtls/repo/
DMakefile21 .PHONY: all no_test programs lib tests install uninstall clean test check lcov apidoc apidoc_clean
183 lcov: target
184 scripts/lcov.sh
DCMakeLists.txt371 # 3. Run scripts/lcov.sh to generate an HTML report.
372 ADD_CUSTOM_TARGET(lcov target
373 COMMAND scripts/lcov.sh
/openthread-latest/third_party/mbedtls/repo/tests/scripts/
Dbasic-build-test.sh123 make lcov
/openthread-latest/tests/toranj/
Dstart.sh86 sudo apt-get --no-install-recommends install -y lcov