Sha256: ca0523c057ac0351cbaf28f4eb9ed243c492cc05e7e2a899407a9400a3a9be70

Contents?: true

Size: 632 Bytes

Versions: 17

Compression:

Stored size: 632 Bytes

Contents

ALL_TESTS = $(shell find test/ -name '*.test.js')
ALL_BENCH = $(shell find benchmarks -name '*.bench.js')

run-tests:
	@./node_modules/.bin/expresso \
		-t 3000 \
		-I support \
		--serial \
		$(TESTFLAGS) \
		$(TESTS)

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

test-cov:
	@TESTFLAGS=--cov $(MAKE) test

test-leaks:
	@ls test/leaks/* | xargs node --expose_debug_as=debug --expose_gc

run-bench:
	@node $(PROFILEFLAGS) benchmarks/runner.js

bench:
	@$(MAKE) BENCHMARKS="$(ALL_BENCH)" run-bench

profile:
	@PROFILEFLAGS='--prof --trace-opt --trace-bailout --trace-deopt' $(MAKE) bench

.PHONY: test bench profile

Version data entries

17 entries across 17 versions & 2 rubygems

Version Path
hooch-0.4.2 jasmine/node_modules/karma/node_modules/socket.io/Makefile
hooch-0.4.1 jasmine/node_modules/karma/node_modules/socket.io/Makefile
hooch-0.4.0 jasmine/node_modules/karma/node_modules/socket.io/Makefile
hooch-0.3.0 jasmine/node_modules/karma/node_modules/socket.io/Makefile
hooch-0.2.1 jasmine/node_modules/karma/node_modules/socket.io/Makefile
hooch-0.2.0 jasmine/node_modules/karma/node_modules/socket.io/Makefile
hooch-0.1.0 jasmine/node_modules/karma/node_modules/socket.io/Makefile
hooch-0.0.8 jasmine/node_modules/karma/node_modules/socket.io/Makefile
hooch-0.0.7 jasmine/node_modules/karma/node_modules/socket.io/Makefile
hooch-0.0.6 jasmine/node_modules/karma/node_modules/socket.io/Makefile
entangled-0.0.16 spec/dummy/public/node_modules/karma/node_modules/socket.io/Makefile
entangled-0.0.15 spec/dummy/public/node_modules/karma/node_modules/socket.io/Makefile
entangled-0.0.14 spec/dummy/public/node_modules/karma/node_modules/socket.io/Makefile
entangled-0.0.13 spec/dummy/public/node_modules/karma/node_modules/socket.io/Makefile
entangled-0.0.12 spec/dummy/public/node_modules/karma/node_modules/socket.io/Makefile
entangled-0.0.11 spec/dummy/public/node_modules/karma/node_modules/socket.io/Makefile
entangled-0.0.10 spec/dummy/public/node_modules/karma/node_modules/socket.io/Makefile