Home
last modified time | relevance | path

Searched refs:LCOV_INFO (Results 1 – 2 of 2) sorted by relevance

/third_party/libpsl/
DMakefile.am34 LCOV_INFO=libpsl.info macro
42 lcov --capture --initial --directory src --output-file $(LCOV_INFO)
44 lcov --capture --directory src --output-file $(LCOV_INFO)
45 genhtml --prefix . $(LCOV_INFO) --legend --title "libpsl" --output-directory=lcov
61 lcov --capture --initial --directory src --directory fuzz --output-file $(LCOV_INFO)
62 lcov --capture --directory src --directory fuzz --output-file $(LCOV_INFO)
64 …genhtml --prefix . --ignore-errors source $(LCOV_INFO) --legend --title "libpsl-fuzz" --output-dir…
/third_party/libpsl/fuzz/
Dview-coverage.sh14 LCOV_INFO=coverage.info
17 lcov --capture --initial --directory ../src --directory . --output-file $LCOV_INFO
18 lcov --capture --directory ../src --output-file $LCOV_INFO
20 genhtml --prefix . --ignore-errors source $LCOV_INFO --legend --title "$1" --output-directory=lcov