Use phpunit from vendor in Makefile.

This commit is contained in:
samizdam 2018-03-03 00:29:11 +03:00
parent 82f2505b13
commit 19a0a5b3e3

View File

@ -2,10 +2,10 @@
# Users do not need to use `make`; Ratchet does not need to be compiled # Users do not need to use `make`; Ratchet does not need to be compiled
test: test:
phpunit vendor/bin/phpunit
cover: cover:
phpunit --coverage-text --coverage-html=reports/coverage vendor/bin/phpunit --coverage-text --coverage-html=reports/coverage
abtests: abtests:
ulimit -n 2048 && php tests/autobahn/bin/fuzzingserver.php 8001 LibEvent & ulimit -n 2048 && php tests/autobahn/bin/fuzzingserver.php 8001 LibEvent &