/freebsd/sys/contrib/openzfs/config/ |
H A D | ax_code_coverage.m4 | 114 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 …]
|
/freebsd/contrib/libucl/m4/ |
H A D | gcov.m4 | 3 # Add code coverage support with gcov/lcov. 10 # gcov/lcov binaries and provides ENABLE_CODE_COVERAGE conditional. 37 # Check for gcov/lcov binaries 47 AC_PATH_PROG(LCOV, lcov, no) 80 AC_SUBST([LCOV])
|
/freebsd/contrib/libucl/ |
H A D | Makefile.am | 48 coverage-lcov: coverage-check coverage-requirement-check 49 $(LCOV) --capture \ 54 $(LCOV) --extract $(COVERAGE_INFO_FILE) `pwd`/src/ucl_\* \ 57 coverage-report: coverage-lcov 72 -$(LCOV) --gcov-tool $(GCOV) --zerocounters --directory $(top_builddir)
|
/freebsd/contrib/libcbor/doc/source/ |
H A D | tests.rst | 22 Every release is inspected using `GCOV/LCOV <http://ltp.sourceforge.net/coverage/lcov.php>`_. Platf… 29 or alternatively run ``lcov`` by hand using 33 lcov --capture --directory . --output-file coverage.info
|
H A D | development.rst | 101 - `GCOV/LCOV <http://ltp.sourceforge.net/coverage/lcov.php>`_ (test coverage)
|
/freebsd/contrib/ntp/sntp/libevent/cmake/ |
H A D | CodeCoverage.cmake | 47 # 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
|
/freebsd/contrib/libevent/cmake/ |
H A D | CodeCoverage.cmake | 47 # 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
|
/freebsd/contrib/file/magic/Magdir/ |
H A D | coverage | 19 # - LCOV trace files, i.e. aggregated GCC profiles 51 # LCOV tracefiles 52 # cf. http://ltp.sourceforge.net/coverage/lcov/geninfo.1.php 54 >&0 search/64 \nSF:/ LCOV coverage tracefile
|
/freebsd/contrib/llvm-project/llvm/tools/llvm-cov/ |
H A D | CoverageExporterLcov.h | 1 //===- CoverageExporterLcov.h - Code coverage lcov exporter ---------------===// 9 // This class implements a code coverage exporter for lcov trace file format.
|
H A D | SourceCoverageView.cpp | 86 case CoverageViewOptions::OutputFormat::Lcov: in create() 89 llvm_unreachable("Lcov format is not supported!"); in create() 156 case CoverageViewOptions::OutputFormat::Lcov: in create() 159 llvm_unreachable("Lcov format is not supported!"); in create()
|
H A D | CodeCoverage.cpp | 697 clEnumValN(CoverageViewOptions::OutputFormat::Lcov, "lcov", in run() 698 "lcov tracefile output")), in run() 836 case CoverageViewOptions::OutputFormat::Lcov: in run() 838 errs() << "Color output cannot be enabled when generating lcov.\n"; in run() 1040 if (ViewOpts.Format == CoverageViewOptions::OutputFormat::Lcov) { in doShow() 1041 error("lcov format should be used with 'llvm-cov export'."); in doShow() 1223 } else if (ViewOpts.Format == CoverageViewOptions::OutputFormat::Lcov) { in doReport() 1224 error("lcov format should be used with 'llvm-cov export'."); in doReport() 1270 cl::desc("Don't export branch data (LCOV)"), in doExport() 1282 ViewOpts.Format != CoverageViewOptions::OutputFormat::Lcov) { in doExport() [all …]
|
H A D | CoverageViewOptions.h | 23 Lcov enumerator
|
H A D | CoverageExporterLcov.cpp | 9 // This file implements export of code coverage data to lcov trace file format.
|
/freebsd/contrib/wpa/hostapd/ |
H A D | Makefile | 1395 .PHONY: lcov-html 1396 lcov-html: 1397 lcov -c -d $(BUILDDIR) > lcov.info 1398 genhtml lcov.info --output-directory lcov-html 1403 rm -f lcov.info 1404 rm -rf lcov-html
|
/freebsd/sys/contrib/openzfs/.github/workflows/scripts/ |
H A D | qemu-3-deps-vm.sh | 36 fakeroot fio gdb gdebi git ksh lcov isc-dhcp-client jq libacl1-dev \ 52 gdb gettext gettext-runtime git gmake gsed jq ksh93 lcov libtool lscpu \
|
/freebsd/usr.bin/clang/llvm-cov/ |
H A D | llvm-cov.1 | 495 \fIBIN\fP\&... using the profile data \fIPROFILE\fP in either JSON or lcov trace file 499 summaries of the coverage data will be exported. When exporting an lcov trace 528 by the \fBllvm\-cov report\fP command, but presented in JSON or lcov
|
/freebsd/sys/contrib/openzfs/.github/workflows/ |
H A D | zfs-tests.yml | 17 sudo apt-get install --yes -qq build-essential autoconf libtool gdb lcov \
|
/freebsd/contrib/wpa/wpa_supplicant/ |
H A D | Makefile | 2172 .PHONY: lcov-html 2173 lcov-html: $(call BUILDOBJ,wpa_supplicant.gcda) 2174 lcov -c -d $(BUILDDIR) > lcov.info 2175 genhtml lcov.info --output-directory lcov-html 2336 rm -f lcov.info 2337 rm -rf lcov-html
|
/freebsd/contrib/llvm-project/compiler-rt/lib/profile/ |
H A D | GCDAProfiling.c | 14 |* are only close enough that LCOV will happily parse them. Anything that lcov
|
/freebsd/contrib/libcbor/ |
H A D | CMakeLists.txt | 111 COMMAND lcov --capture --directory . --output-file coverage.info
|
/freebsd/contrib/ntp/sntp/libevent/ |
H A D | ChangeLog | 364 o travis-ci/osx: install lcov (e4e099b Azat Khuzhin)
|
/freebsd/contrib/libevent/ |
H A D | ChangeLog | 364 o travis-ci/osx: install lcov (e4e099b Azat Khuzhin)
|