Removed the test suite generation code.
authorJohn Resig <jeresig@gmail.com>
Sat, 8 Sep 2007 14:50:11 +0000 (14:50 +0000)
committerJohn Resig <jeresig@gmail.com>
Sat, 8 Sep 2007 14:50:11 +0000 (14:50 +0000)
Makefile

index ba25291..64dd418 100644 (file)
--- 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