mirror of
https://github.com/zhigang1992/angular.js.git
synced 2026-01-12 22:45:52 +08:00
10 lines
170 B
Bash
Executable File
10 lines
170 B
Bash
Executable File
#!/bin/sh
|
|
|
|
norecompile=$1
|
|
|
|
if [[ $norecompile = "" ]]; then
|
|
rake compile
|
|
fi
|
|
|
|
java -jar lib/jstestdriver/JsTestDriver.jar --tests all --config jsTestDriver-perf.conf $@
|