Sha256: 52bcd5c3cbfb57876f4f65e9b5919a4e48082b16362f790132e598befa7346fb

Contents?: true

Size: 786 Bytes

Versions: 92

Compression:

Stored size: 786 Bytes

Contents

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 5000 \
		-s 2400 \
		$(TESTFLAGS) \
		$(TESTS)

run-integrationtests:
	@./node_modules/.bin/mocha \
		-t 5000 \
		-s 6000 \
		$(TESTFLAGS) \
		$(TESTS)

test:
	@$(MAKE) NODE_TLS_REJECT_UNAUTHORIZED=0 NODE_PATH=lib TESTS="$(ALL_TESTS)" run-tests

integrationtest:
	@$(MAKE) NODE_TLS_REJECT_UNAUTHORIZED=0 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

Version data entries

92 entries across 89 versions & 3 rubygems

Version Path
flok-0.0.27 spec/iface/driver/assets/node_modules/socket.io/node_modules/engine.io/node_modules/ws/Makefile
flok-0.0.26 spec/iface/driver/assets/node_modules/socket.io/node_modules/engine.io/node_modules/ws/Makefile
flok-0.0.25 spec/iface/driver/assets/node_modules/socket.io/node_modules/engine.io/node_modules/ws/Makefile
flok-0.0.24 spec/iface/driver/assets/node_modules/socket.io/node_modules/engine.io/node_modules/ws/Makefile
flok-0.0.23 spec/iface/driver/assets/node_modules/socket.io/node_modules/engine.io/node_modules/ws/Makefile
flok-0.0.21 spec/iface/driver/assets/node_modules/socket.io/node_modules/engine.io/node_modules/ws/Makefile
flok-0.0.20 spec/iface/driver/assets/node_modules/socket.io/node_modules/engine.io/node_modules/ws/Makefile
flok-0.0.19 spec/iface/driver/assets/node_modules/socket.io/node_modules/engine.io/node_modules/ws/Makefile
flok-0.0.18 spec/iface/driver/assets/node_modules/socket.io/node_modules/engine.io/node_modules/ws/Makefile
flok-0.0.17 spec/iface/driver/assets/node_modules/socket.io/node_modules/engine.io/node_modules/ws/Makefile
flok-0.0.16 spec/iface/driver/assets/node_modules/socket.io/node_modules/engine.io/node_modules/ws/Makefile
flok-0.0.14 spec/iface/driver/assets/node_modules/socket.io/node_modules/engine.io/node_modules/ws/Makefile