Print out URL to local coverage test results

This commit is contained in:
Nils O. Selåsdal
2013-07-07 22:11:00 +02:00
parent 2bd5f9f5b9
commit bc3a5ba2ca
+2
View File
@@ -4,3 +4,5 @@ scons --coverage test
mkdir -p coverage && cd coverage
lcov -c -d ../build/src/ -o libucore.info
genhtml libucore.info
echo "Test report available at file:///$(pwd)/index.html"