Searched refs:COV_INFO (Results 1 – 1 of 1) sorted by relevance
192 COV_INFO = ${BUILD}/coverage.info macro1375 rm -f ${COV_INFO}*1376 lcov -c -i -d . -b . -o ${COV_INFO}.initial1380 lcov -c -d . -b . -o ${COV_INFO}.tests1381 lcov -a ${COV_INFO}.initial -a ${COV_INFO}.tests -o ${COV_INFO}.total1382 lcov -r ${COV_INFO}.total '/usr/*' '*/linktest/*' -o ${COV_INFO}.local1383 genhtml ${COV_INFO}.local -o ${BUILD}/coverage1387 lcov -r ${COV_INFO}.local '*/stub/*' -o ${COV_INFO}.nostub1388 lcov -e ${COV_INFO}.nostub '${SRCDIR}/firmware/*' \1389 -o ${COV_INFO}.firmware