Automated test running using Rhino (no browser required!). Still very buggy, but off to a good start.
This commit is contained in:
parent
4f85aaebc6
commit
89a9a747b6
4 changed files with 575 additions and 0 deletions
7
Makefile
7
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"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue