mxmbsocket/Makefile
Chris Boden 081cfc8457 Makefile
Added makefile to make running common tasks easier
2012-07-12 14:26:32 -04:00

14 lines
317 B
Makefile

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