From 80a149b82831defa1a9f724801daefda0a8c5685 Mon Sep 17 00:00:00 2001 From: John Resig Date: Sun, 29 Jul 2007 19:07:21 +0000 Subject: Integrated the custom fx test suite into the main test suite. All tests are now run automatically. Removed the old suite, as it was no longer needed. --- Makefile | 2 -- 1 file changed, 2 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index ad7171fff..751802776 100644 --- a/Makefile +++ b/Makefile @@ -118,8 +118,6 @@ test: ${JQ} @@echo " - Copying over script files." @@cp -fR ${BUILD_DIR}/test/data ${TEST_DIR}/data @@cp -f ${BUILD_DIR}/test/index.html ${TEST_DIR} - @@cp -f ${BUILD_DIR}/test/fx.html ${TEST_DIR} - @@cp -f ${BUILD_DIR}/test/cow.jpg ${TEST_DIR} @@echo " - Compiling Test Cases" @@${JAR} ${BUILD_DIR}/test/test.js ${JQ} ${TEST_DIR} -- cgit v1.2.3