File: connected-users-websocket/node_modules/socket.io/node_modules/socket.io-client/node_modules/ws/Makefile

Recommend this page to a friend!
  Classes of Igor Escobar   Terminal Crossword   connected-users-websocket/node_modules/socket.io/node_modules/socket.io-client/node_modules/ws/Makefile   Download  
File: connected-users-websocket/node_modules/socket.io/node_modules/socket.io-client/node_modules/ws/Makefile
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Terminal Crossword
Generate a crosswords board on a text console
Author: By
Last change:
Date: 2 years ago
Size: 700 bytes
 

Contents

Class file image Download
ALL_TESTS = $(shell find test/ -name '*.test.js') ALL_INTEGRATION = $(shell find test/ -name '*.integration.js') all: node-gyp configure build clean: node-gyp clean run-tests: @./node_modules/.bin/mocha \ -t 2000 \ $(TESTFLAGS) \ $(TESTS) run-integrationtests: @./node_modules/.bin/mocha \ -t 5000 \ $(TESTFLAGS) \ $(TESTS) test: @$(MAKE) NODE_PATH=lib TESTS="$(ALL_TESTS)" run-tests integrationtest: @$(MAKE) NODE_PATH=lib TESTS="$(ALL_INTEGRATION)" run-integrationtests benchmark: @node bench/sender.benchmark.js @node bench/parser.benchmark.js autobahn: @NODE_PATH=lib node test/autobahn.js autobahn-server: @NODE_PATH=lib node test/autobahn-server.js .PHONY: test