Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Refactored test suite: tests subdir not needed anymore
  • Loading branch information
jzaefferer committed Sep 16, 2006
1 parent f6ecc6a commit 6ebf2f9
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion Makefile
Expand Up @@ -63,7 +63,6 @@ test: ${JQ}

@@echo " - Making Test Suite Directory:" ${TEST_DIR}
@@mkdir -p ${TEST_DIR}
@@mkdir -p ${TEST_DIR}/tests/

@@echo " - Removing any old tests"
@@rm -f ${TEST_DIR}/tests/*
Expand Down
1 change: 0 additions & 1 deletion build.xml
Expand Up @@ -61,7 +61,6 @@
<target name="test" depends="jquery">
<echo message="Building Test Suite" />
<delete dir="${TEST_DIR}" />
<mkdir dir="${TEST_DIR}/tests" />
<mkdir dir="${TEST_DIR}/js" />
<copy todir="${TEST_DIR}" file="${BUILD_DIR}/test/index.html" />
<copy todir="${TEST_DIR}/js">
Expand Down

0 comments on commit 6ebf2f9

Please sign in to comment.