aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorJohn Resig <jeresig@gmail.com>2007-07-08 05:00:24 +0000
committerJohn Resig <jeresig@gmail.com>2007-07-08 05:00:24 +0000
commit89a9a747b603ae21945aa0cbcdf13560d3e7cea1 (patch)
tree5c45ceaff8cb4fa43c33d977cebbf638ffad0daf /Makefile
parent4f85aaebc6bf645168b5a51a5d3c40c9162734a3 (diff)
downloadjquery-89a9a747b603ae21945aa0cbcdf13560d3e7cea1.tar.gz
jquery-89a9a747b603ae21945aa0cbcdf13560d3e7cea1.zip
Automated test running using Rhino (no browser required!). Still very buggy, but off to a good start.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile7
1 files changed, 7 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index ff6948848..ad7171fff 100644
--- a/Makefile
+++ b/Makefile
@@ -127,6 +127,13 @@ test: ${JQ}
@@echo "Test Suite Built"
@@echo
+runtest: ${JQ} test
+ @@echo "Running Automated Test Suite"
+ @@${JAR} ${BUILD_DIR}/runtest/test.js
+
+ @@echo "Test Suite Finished"
+ @@echo
+
docs: ${JQ}
@@echo "Building Documentation"