Refactored test suite: All tests are now compiled into one file, runs much faster...
[jquery.git] / build.xml
index 7cf2ab9..839214f 100644 (file)
--- a/build.xml
+++ b/build.xml
@@ -62,7 +62,8 @@
         <echo message="Building Test Suite" />
         <delete dir="${TEST_DIR}" />
         <mkdir dir="${TEST_DIR}/tests" />
-        <mkdir dir="${TEST_DIR}/js" />
+        <mkdir dir="${TEST_DIR}/js" />\r
+       <copy todir="${TEST_DIR}" file="${BUILD_DIR}/test/index.html" />
         <copy todir="${TEST_DIR}/js">
             <fileset dir="${BUILD_DIR}/test/js">
                 <include name="**/*.js"/>