PageRenderTime 234ms CodeModel.GetById 33ms RepoModel.GetById 1ms app.codeStats 0ms

/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
Possible License(s): GPL-2.0, LGPL-2.1, MPL-2.0-no-copyleft-exception, BSD-3-Clause
  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