Upgrade to ExtJS 4.0.1 - Released 05/18/2011
[extjs.git] / build / build-tests.sh
diff --git a/build/build-tests.sh b/build/build-tests.sh
new file mode 100755 (executable)
index 0000000..d82b52f
--- /dev/null
@@ -0,0 +1,10 @@
+#!/bin/sh
+UNAME="$(uname)"
+if [ $UNAME = "Darwin" ]; then
+    OS="mac"
+else
+    OS="linux"
+fi
+HAMMERJS="bin/$OS/hammerjs"
+
+$HAMMERJS build-tests.js
\ No newline at end of file