aboutsummaryrefslogtreecommitdiffstats
path: root/test-mocks.sh
blob: b91fc901f7221ed3277f60274e96a4f9d755621e (plain)
1
2
3
4
#!/bin/bash
if [ ! -e test.dissable ]; then
  java -jar lib/jstestdriver/JsTestDriver.jar --tests all --config jsTestDriver-mocks.conf $@
fi