Files
socket.io/Makefile
Guillermo Rauch a65326e640 Added gitignore
Added coverage testing to Makefile
Added heartbeat test to multipart
2010-10-24 12:50:34 -03:00

10 lines
165 B
Makefile

test:
./support/expresso/bin/expresso -I lib $(TESTFLAGS) tests/*.js
test-cov:
@TESTFLAGS=--cov $(MAKE) test
example:
node ./example/server.js
.PHONY: example