/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
- # This makefile exists to help run tests.
- .PHONY: test
- test:
- for f in `ls -1 test/test-*.js` ; do \
- node $$f ; \
- done