aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorJörn Zaefferer <joern.zaefferer@gmail.com>2006-09-16 12:19:56 +0000
committerJörn Zaefferer <joern.zaefferer@gmail.com>2006-09-16 12:19:56 +0000
commitf6ecc6a95c4046f53d1f0d75af213305c2bd7ea7 (patch)
tree0b9a1bed6a57446df6ff3941bbf85211fc26542d /Makefile
parentc792f325142ad928a1bf3263b5958cc01ea1a936 (diff)
downloadjquery-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--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 31f31825a..72b3b041d 100644
--- a/Makefile
+++ b/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}