/js/lib/Socket.IO-node/Makefile

http://github.com/onedayitwillmake/RealtimeMultiplayerNodeJs · Makefile · 15 lines · 10 code · 5 blank · 0 comment · 0 complexity · a9e21874dd86210eef5d01c687e0d9f6 MD5 · raw file

  1. test:
  2. @./support/expresso/bin/expresso \
  3. -I lib $(TESTFLAGS) tests/*.js
  4. test-cov:
  5. @TESTFLAGS=--cov $(MAKE) test
  6. example:
  7. node ./example/server.js
  8. example-ssl:
  9. node ./example/server-ssl.js
  10. .PHONY: test test-cov example example-ssl