diff options
author | John Resig <jeresig@gmail.com> | 2007-07-29 19:07:21 +0000 |
---|---|---|
committer | John Resig <jeresig@gmail.com> | 2007-07-29 19:07:21 +0000 |
commit | 80a149b82831defa1a9f724801daefda0a8c5685 (patch) | |
tree | 7892441276d541c040f64d3a2bb41d0bdf403073 /Makefile | |
parent | e6c067858ec7f2c4e3e7da90f16c695f93a4ee07 (diff) | |
download | jquery-80a149b82831defa1a9f724801daefda0a8c5685.tar.gz jquery-80a149b82831defa1a9f724801daefda0a8c5685.zip |
Integrated the custom fx test suite into the main test suite. All tests are now run automatically. Removed the old suite, as it was no longer needed.
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -118,8 +118,6 @@ 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} |