aboutsummaryrefslogtreecommitdiffstats
path: root/test-mocks.sh
diff options
context:
space:
mode:
Diffstat (limited to 'test-mocks.sh')
-rwxr-xr-xtest-mocks.sh4
1 files changed, 4 insertions, 0 deletions
diff --git a/test-mocks.sh b/test-mocks.sh
new file mode 100755
index 00000000..b91fc901
--- /dev/null
+++ b/test-mocks.sh
@@ -0,0 +1,4 @@
+#!/bin/bash
+if [ ! -e test.dissable ]; then
+ java -jar lib/jstestdriver/JsTestDriver.jar --tests all --config jsTestDriver-mocks.conf $@
+fi