[test suite] minor path update for gcov

This commit is contained in:
Michael Rash
2014-11-16 09:19:15 -05:00
parent a72b69eee7
commit 978bc4e3e1

View File

@@ -17,9 +17,9 @@ do
cd ..
done
cd lib
gcov -b -u .libs/*.gcno
cd ..
cd lib/.libs
gcov -b -u *.gcno
cd ../..
lcov --rc lcov_branch_coverage=1 --capture --directory . --output-file $LCOV_INFO
lcov --rc lcov_branch_coverage=1 -r $LCOV_INFO /usr/include/\* --output-file $LCOV_INFO_FINAL