diff options
author | John Resig <jeresig@gmail.com> | 2007-03-15 17:09:29 +0000 |
---|---|---|
committer | John Resig <jeresig@gmail.com> | 2007-03-15 17:09:29 +0000 |
commit | 297a450e05e80e930d53631bb9ae2c3fe09378b7 (patch) | |
tree | aa5d26669de446ec14cb57b2c84c61abd9055791 /Makefile | |
parent | 027668047a65837daef59efcc5f7042303dd71c3 (diff) | |
download | jquery-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-- | Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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} |