Refactored test suite: All tests are now compiled into one file, runs much faster and does not require ugly synchronization; Changed build.xml (tested) and Makefile (not tested!); Replaced calls to cmpOK() with ok(), removed cmpOK(); Tests can now call reset() to be able to always test against the unmodified test setup
This commit is contained in:
parent
c792f32514
commit
f6ecc6a95c
6 changed files with 118 additions and 146 deletions
1
Makefile
1
Makefile
|
@ -70,6 +70,7 @@ test: ${JQ}
|
|||
|
||||
@@echo " - Copying over script files."
|
||||
@@cp -fR ${BUILD_DIR}/test/js ${TEST_DIR}/js
|
||||
@@cp -f ${BUILD_DIR}/test/index.html ${TEST_DIR}
|
||||
|
||||
@@echo " - Compiling Test Cases"
|
||||
@@${JAR} ${BUILD_DIR}/test/test.js ${JQ} ${TEST_DIR}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue