Skip to content

Commit

Permalink
fixed Makefile in order to have make test working
Browse files Browse the repository at this point in the history
  • Loading branch information
brikou committed Oct 12, 2012
1 parent 7daf348 commit b715578
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions Makefile
@@ -1,9 +1,8 @@
test: all
test:
phpunit

benchmark: all
benchmark:
@echo "Publishing 4000 msgs with 1KB of content:"
php benchmark/producer.php 4000
@echo "Consuming 4000:"
php benchmark/consumer.php

0 comments on commit b715578

Please sign in to comment.