diff options
author | John Resig <jeresig@gmail.com> | 2007-09-08 14:50:11 +0000 |
---|---|---|
committer | John Resig <jeresig@gmail.com> | 2007-09-08 14:50:11 +0000 |
commit | 2ce41905c4e9f2a9e9016b6d9eae806bfd1953de (patch) | |
tree | e9e5d169c24a1fae40b6445c23ad2dbebcc9cf6c /Makefile | |
parent | 28ee5c692245e18bdedcc91372949ec8b784ee36 (diff) | |
download | jquery-2ce41905c4e9f2a9e9016b6d9eae806bfd1953de.tar.gz jquery-2ce41905c4e9f2a9e9016b6d9eae806bfd1953de.zip |
Removed the test suite generation code.
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 14 |
1 files changed, 0 insertions, 14 deletions
@@ -109,20 +109,6 @@ ${JQ_MIN}: ${JQ} test: ${JQ} @@echo "Building Test Suite" - - @@echo " - Making Test Suite Directory:" ${TEST_DIR} - #@@mkdir -p ${TEST_DIR} - - @@echo " - Removing any old tests" - #@@rm -f ${TEST_DIR}/tests/* - - @@echo " - Copying over script files." - #@@cp -fR ${BUILD_DIR}/test/data ${TEST_DIR}/data - #@@cp -f ${BUILD_DIR}/test/index.html ${TEST_DIR} - - @@echo " - Compiling Test Cases" - #@@${JAR} ${BUILD_DIR}/test/test.js ${JQ} ${TEST_DIR} - @@echo "Test Suite Built" @@echo |