Created a scripts folder
This commit is contained in:
Executable
+8
@@ -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"
|
||||
Reference in New Issue
Block a user