diff options
author | Jörn Zaefferer <joern.zaefferer@gmail.com> | 2006-09-16 12:19:56 +0000 |
---|---|---|
committer | Jörn Zaefferer <joern.zaefferer@gmail.com> | 2006-09-16 12:19:56 +0000 |
commit | f6ecc6a95c4046f53d1f0d75af213305c2bd7ea7 (patch) | |
tree | 0b9a1bed6a57446df6ff3941bbf85211fc26542d /Makefile | |
parent | c792f325142ad928a1bf3263b5958cc01ea1a936 (diff) | |
download | jquery-f6ecc6a95c4046f53d1f0d75af213305c2bd7ea7.tar.gz jquery-f6ecc6a95c4046f53d1f0d75af213305c2bd7ea7.zip |
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
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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} |