Skip to content

Commit

Permalink
create more cache directories
Browse files Browse the repository at this point in the history
  • Loading branch information
seebi committed Jun 20, 2013
1 parent b4f3ebb commit bdc0f56
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -165,9 +165,8 @@ rdfauthor:
# test stuff

test-directories:
# todo: add links to different cache dirs here (unit subdir for test-unit-cc)
rm -rf application/tests/cache
mkdir application/tests/cache
rm -rf application/tests/cache application/tests/unit/cache application/tests/integration/cache
mkdir -p application/tests/cache application/tests/unit/cache application/tests/integration/cache

test-unit: test-directories
@cd application/tests && phpunit --bootstrap Bootstrap.php unit/
Expand Down

0 comments on commit bdc0f56

Please sign in to comment.