OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:lcov
(Results
1 - 10
of
10
) sorted by relevancy
/src/crypto/external/bsd/heimdal/dist/tools/
cov.sh
8
lcov
--directory . --zerocounters
12
lcov
--directory . --capture --output-file heimdal-
lcov
.info
17
perl -pi -e "s@SF:$objdir/(.*.[ly])\$@SF:$srcdir/\$1@" heimdal-
lcov
.info
19
genhtml heimdal-
lcov
.info
/src/external/gpl2/lvm2/dist/
Makefile
92
.PHONY:
lcov
-reset
lcov
lcov
-dated
94
ifeq ($(MAKECMDGOALS),
lcov
-dated)
100
lcov
-reset:
101
$(
LCOV
) -d $(top_srcdir)/dmeventd --zerocounters
102
$(
LCOV
) -d $(top_srcdir)/libdm --zerocounters
103
$(
LCOV
) -d $(top_srcdir)/lib --zerocounters
104
$(
LCOV
) -d $(top_srcdir)/tools --zerocounters
106
lcov
: al
[
all
...]
Makefile.in
91
ifneq ("@
LCOV
@", "")
92
.PHONY:
lcov
-reset
lcov
lcov
-dated
94
ifeq ($(MAKECMDGOALS),
lcov
-dated)
100
lcov
-reset:
101
$(
LCOV
) -d $(top_srcdir)/dmeventd --zerocounters
102
$(
LCOV
) -d $(top_srcdir)/libdm --zerocounters
103
$(
LCOV
) -d $(top_srcdir)/lib --zerocounters
104
$(
LCOV
) -d $(top_srcdir)/tools --zerocounter
[
all
...]
configure.in
626
AC_PATH_PROG(
LCOV
,
lcov
, no)
628
if test "$
LCOV
" = no -o "$GENHTML" = no ; then
629
AC_MSG_ERROR([
lcov
and genhtml are required for profiling])
configure
705
LCOV
12086
# Extract the first word of "
lcov
", so it can be a program name with args.
12087
set dummy
lcov
; ac_word=$2
12093
case $
LCOV
in
12095
ac_cv_path_LCOV="$
LCOV
" # Let the user override the test with a path.
12117
LCOV
=$ac_cv_path_LCOV
12118
if test -n "$
LCOV
"; then
12119
{ $as_echo "$as_me:$LINENO: result: $
LCOV
" >&5
12120
$as_echo "$
LCOV
" >&6; }
12168
if test "$
LCOV
" = no -o "$GENHTML" = no ; the
[
all
...]
/src/external/mit/expat/dist/
coverage.sh
183
lcov
-c -d "${capture_dir}" -i -o "${coverage_info}-zero" &> run.log
206
lcov
-c -d "${capture_dir}" -o "${coverage_info}-test" &>> run.log
207
lcov
\
241
lcov
"${lcov_merge_args[@]}"
257
lcov
-q -q -o "${coverage_dir}/${coverage_info}" -r "${coverage_dir}/${coverage_info}" "${pattern}"
276
lcov
-q -q -l "${coverage_dir}/${coverage_info}"
/src/external/bsd/libevent/dist/cmake/
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
/src/external/bsd/ntp/dist/sntp/libevent/cmake/
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
/src/external/mit/libcbor/dist/
.travis-qemu.sh
102
gem install coveralls-
lcov
/src/external/gpl3/autoconf/dist/
maint.mk
1386
lcov
--directory . --zerocounters
1395
lcov
--directory . --output-file $(COVERAGE_OUT)/$(PACKAGE).info \
Completed in 74 milliseconds
Indexes created Sat Aug 08 00:24:54 UTC 2026