HomeSort by: relevance | last modified time | path
    Searched refs:LCOV (Results 1 - 4 of 4) sorted by relevancy

  /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...]

Completed in 30 milliseconds