Created a scripts folder

This commit is contained in:
Nils O. Selåsdal
2013-10-29 22:27:50 +01:00
parent f0b4d46784
commit 410ae4ba81
+8
View File
@@ -0,0 +1,8 @@
#!/bin/sh
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"