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 /build.xml | |
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 'build.xml')
-rw-r--r-- | build.xml | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -110,6 +110,8 @@ <fileset dir="${BUILD_DIR}/test/data/" /> </copy> <copy todir="${TEST_DIR}" file="${BUILD_DIR}/test/index.html" /> + <copy todir="${TEST_DIR}" file="${BUILD_DIR}/test/fx.html" /> + <copy todir="${TEST_DIR}" file="${BUILD_DIR}/test/cow.jpg" /> <echo message="Test Suite built." /> </target> |