mirror of
https://github.com/logsol/chuck.js.git
synced 2026-05-11 18:47:35 +00:00
cleaned branch
This commit is contained in:
parent
6b5a689662
commit
b155faa63c
606 changed files with 0 additions and 13749 deletions
22
networking/node_modules/socket.io/support/node-websocket-client/Makefile
generated
vendored
Normal file
22
networking/node_modules/socket.io/support/node-websocket-client/Makefile
generated
vendored
Normal file
|
|
@ -0,0 +1,22 @@
|
|||
# This makefile exists to help run tests.
|
||||
#
|
||||
# If TEST_UNIX is a non-empty value, runs tests for UNIX sockets. This
|
||||
# functionality is not in node-websocket-server at the moment.
|
||||
|
||||
.PHONY: test
|
||||
|
||||
all: test test-unix
|
||||
|
||||
test:
|
||||
for f in `ls -1 test/test-*.js | grep -v unix` ; do \
|
||||
echo $$f ; \
|
||||
node $$f ; \
|
||||
done
|
||||
|
||||
test-unix:
|
||||
if [[ -n "$$TEST_UNIX" ]] ; then \
|
||||
for f in `ls -1 test/test-*.js | grep unix` ; do \
|
||||
echo $$f ; \
|
||||
node $$f ; \
|
||||
done \
|
||||
fi
|
||||
Loading…
Add table
Add a link
Reference in a new issue