Searched defs:LCOV (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/third_party/lcov/example/
H A DMakefile2 # Makefile for the LCOV example program.
13 LCOV := ../bin/lcov macro
71 $(LCOV) --zerocounters --directory .
73 $(LCOV) --capture --directory . --output-file trace_noargs.info --test-name test_noargs --no-external
81 $(LCOV) --zerocounters --directory .
83 $(LCOV) --capture --directory . --output-file trace_args.info --test-name test_2_to_2000 --no-external
91 $(LCOV) --zerocounters --directory .
93 $(LCOV) --capture --directory . --output-file trace_overflow.info --test-name "test_overflow" --no-external

Completed in 1082 milliseconds