diff options
author | John Resig <jeresig@gmail.com> | 2007-07-08 05:00:24 +0000 |
---|---|---|
committer | John Resig <jeresig@gmail.com> | 2007-07-08 05:00:24 +0000 |
commit | 89a9a747b603ae21945aa0cbcdf13560d3e7cea1 (patch) | |
tree | 5c45ceaff8cb4fa43c33d977cebbf638ffad0daf /Makefile | |
parent | 4f85aaebc6bf645168b5a51a5d3c40c9162734a3 (diff) | |
download | jquery-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-- | Makefile | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -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" |