aboutsummaryrefslogtreecommitdiffstats
path: root/build.xml
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 /build.xml
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 'build.xml')
-rw-r--r--build.xml2
1 files changed, 2 insertions, 0 deletions
diff --git a/build.xml b/build.xml
index ced75c60a..362f0cb1e 100644
--- a/build.xml
+++ b/build.xml
@@ -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>