Searched refs:COVTMP (Results 1 – 1 of 1) sorted by relevance
53 COVTMP=$PWD/Coverage/tmp54 lcov --capture --initial --directory $library_dir -o "$COVTMP/files.info"55 lcov --rc lcov_branch_coverage=1 --capture --directory $library_dir -o "$COVTMP/tests.info"56 …c lcov_branch_coverage=1 --add-tracefile "$COVTMP/files.info" --add-tracefile "$COVTMP/tests.info"…57 lcov --rc lcov_branch_coverage=1 --remove "$COVTMP/all.info" -o "$COVTMP/final.info" '*.h'58 gendesc tests/Descriptions.txt -o "$COVTMP/descriptions"59 …e "$title" --description-file "$COVTMP/descriptions" --keep-descriptions --legend --branch-coverag…60 rm -f "$COVTMP/"*.info "$COVTMP/descriptions"