/js/lib/Socket.IO-node/support/node-websocket-client/Makefile

http://github.com/onedayitwillmake/RealtimeMultiplayerNodeJs · Makefile · 8 lines · 5 code · 2 blank · 1 comment · 1 complexity · 1f00f589d3916e7a43e7a652b21b74fb MD5 · raw file

  1. # This makefile exists to help run tests.
  2. .PHONY: test
  3. test:
  4. for f in `ls -1 test/test-*.js` ; do \
  5. node $$f ; \
  6. done