Makefile
Added makefile to make running common tasks easier
This commit is contained in:
parent
c15c324424
commit
081cfc8457
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,5 +1,4 @@
|
||||
phpunit.xml
|
||||
reports
|
||||
docs
|
||||
sandbox
|
||||
vendor
|
||||
|
13
Makefile
Normal file
13
Makefile
Normal file
@ -0,0 +1,13 @@
|
||||
unittests:
|
||||
phpunit --coverage-text --coverage-html=reports/coverage
|
||||
|
||||
abtests:
|
||||
ulimit -n 2048
|
||||
php tests/ab-wstest-libevent.php &
|
||||
php tests/ab-wstest-stream.php &
|
||||
cd tests && wstest -m fuzzingclient -s ab-wstest-fuzzyconf.json
|
||||
killall php
|
||||
echo
|
||||
|
||||
apidocs:
|
||||
apigen -s src/ -s vendor/ --title Ratchet -d reports/api
|
Loading…
Reference in New Issue
Block a user