Home
last modified time | relevance | path

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

/external/vboot_reference/
DMakefile192 COV_INFO = ${BUILD}/coverage.info macro
1375 rm -f ${COV_INFO}*
1376 lcov -c -i -d . -b . -o ${COV_INFO}.initial
1380 lcov -c -d . -b . -o ${COV_INFO}.tests
1381 lcov -a ${COV_INFO}.initial -a ${COV_INFO}.tests -o ${COV_INFO}.total
1382 lcov -r ${COV_INFO}.total '/usr/*' '*/linktest/*' -o ${COV_INFO}.local
1383 genhtml ${COV_INFO}.local -o ${BUILD}/coverage
1387 lcov -r ${COV_INFO}.local '*/stub/*' -o ${COV_INFO}.nostub
1388 lcov -e ${COV_INFO}.nostub '${SRCDIR}/firmware/*' \
1389 -o ${COV_INFO}.firmware