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