Skip to content

Commit

Permalink
Removed the test suite generation code.
Browse files Browse the repository at this point in the history
  • Loading branch information
jeresig committed Sep 8, 2007
1 parent 28ee5c6 commit 2ce4190
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 2ce4190

Please sign in to comment.