Revert "[test suite] minor path update for gcov"

This reverts commit 978bc4e3e1.
This commit is contained in:
Michael Rash
2014-11-16 15:47:07 -05:00
parent 978bc4e3e1
commit a90bc544ba
+3 -3
View File
@@ -17,9 +17,9 @@ do
cd ..
done
cd lib/.libs
gcov -b -u *.gcno
cd ../..
cd lib
gcov -b -u .libs/*.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