Automated test running using Rhino (no browser required!). Still very buggy, but off to a good start.

This commit is contained in:
John Resig 2007-07-08 05:00:24 +00:00
parent 4f85aaebc6
commit 89a9a747b6
4 changed files with 575 additions and 0 deletions

View file

@ -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"