mirror of
https://github.com/logsol/chuck.js.git
synced 2026-05-12 02:57:34 +00:00
rearranged repo structure
This commit is contained in:
parent
908a9dd43d
commit
5f5178d2e8
572 changed files with 27633 additions and 568 deletions
22
networking/node_modules/socket.io/support/node-websocket-client/Makefile
generated
vendored
22
networking/node_modules/socket.io/support/node-websocket-client/Makefile
generated
vendored
|
|
@ -1,22 +0,0 @@
|
|||
# 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