aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorJohn Resig <jeresig@gmail.com>2007-09-08 14:50:11 +0000
committerJohn Resig <jeresig@gmail.com>2007-09-08 14:50:11 +0000
commit2ce41905c4e9f2a9e9016b6d9eae806bfd1953de (patch)
treee9e5d169c24a1fae40b6445c23ad2dbebcc9cf6c /Makefile
parent28ee5c692245e18bdedcc91372949ec8b784ee36 (diff)
downloadjquery-2ce41905c4e9f2a9e9016b6d9eae806bfd1953de.tar.gz
jquery-2ce41905c4e9f2a9e9016b6d9eae806bfd1953de.zip
Removed the test suite generation code.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile14
1 files changed, 0 insertions, 14 deletions
diff --git a/Makefile b/Makefile
index ba2529182..64dd418be 100644
--- a/Makefile
+++ b/Makefile
@@ -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