aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorJohn Resig <jeresig@gmail.com>2007-03-15 17:09:29 +0000
committerJohn Resig <jeresig@gmail.com>2007-03-15 17:09:29 +0000
commit297a450e05e80e930d53631bb9ae2c3fe09378b7 (patch)
treeaa5d26669de446ec14cb57b2c84c61abd9055791 /Makefile
parent027668047a65837daef59efcc5f7042303dd71c3 (diff)
downloadjquery-297a450e05e80e930d53631bb9ae2c3fe09378b7.tar.gz
jquery-297a450e05e80e930d53631bb9ae2c3fe09378b7.zip
Added an initial version of the new animation test suite. (You should never see red on the suite page - an error message will be generated wherever possible.)
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index eac1648ee..4ec8ad628 100644
--- a/Makefile
+++ b/Makefile
@@ -117,6 +117,8 @@ test: ${JQ}
@@echo " - Copying over script files."
@@cp -fR ${BUILD_DIR}/test/data ${TEST_DIR}/data
@@cp -f ${BUILD_DIR}/test/index.html ${TEST_DIR}
+ @@cp -f ${BUILD_DIR}/test/fx.html ${TEST_DIR}
+ @@cp -f ${BUILD_DIR}/test/cow.jpg ${TEST_DIR}
@@echo " - Compiling Test Cases"
@@${JAR} ${BUILD_DIR}/test/test.js ${JQ} ${TEST_DIR}