From: John Resig Date: Sat, 8 Sep 2007 14:50:11 +0000 (+0000) Subject: Removed the test suite generation code. X-Git-Url: http://git.asbjorn.biz/?p=jquery.git;a=commitdiff_plain;h=2ce41905c4e9f2a9e9016b6d9eae806bfd1953de Removed the test suite generation code. --- diff --git a/Makefile b/Makefile index ba25291..64dd418 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