diff options
Diffstat (limited to 'test-coverage.sh')
| -rwxr-xr-x | test-coverage.sh | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/test-coverage.sh b/test-coverage.sh new file mode 100755 index 00000000..e7f43d84 --- /dev/null +++ b/test-coverage.sh @@ -0,0 +1,7 @@ +#!/bin/sh +tests=$1 +if [[ $tests = "" ]]; then + tests="all" +fi + +java -Xmx1g -jar lib/jstestdriver/JsTestDriver.jar --config jsTestDriver-coverage.conf --testOutput=tmp/lcov --tests "$tests" |
