Added an initial version of the new animation test suite. (You should never see red...
[jquery.git] / build.xml
index ced75c6..362f0cb 100644 (file)
--- a/build.xml
+++ b/build.xml
             <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>