Page Menu
Home
Sealhub
Search
Configure Global Search
Log In
Files
F7859937
Makefile
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
788 B
Referenced Files
None
Subscribers
None
Makefile
View Options
REPORTER = dot
build: socket.io.js
socket.io.js: lib/*.js package.json
@./support/browserify.sh > socket.io.js
test:
@if [ "x$(BROWSER_NAME)" = "x" ]; then make test-node; else make test-zuul; fi
test-node:
@./node_modules/.bin/mocha \
--reporter $(REPORTER) \
test/index.js
test-zuul:
@if [ "x$(BROWSER_PLATFORM)" = "x" ]; then \
./node_modules/zuul/bin/zuul \
--browser-name $(BROWSER_NAME) \
--browser-version $(BROWSER_VERSION) \
test/index.js; \
else \
./node_modules/zuul/bin/zuul \
--browser-name $(BROWSER_NAME) \
--browser-version $(BROWSER_VERSION) \
--browser-platform "$(BROWSER_PLATFORM)" \
test/index.js; \
fi
test-cov:
@./node_modules/.bin/istanbul cover ./node_modules/.bin/_mocha -- \
--reporter $(REPORTER) \
test/
.PHONY: test
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Wed, Aug 13, 17:10 (1 d, 8 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
870554
Default Alt Text
Makefile (788 B)
Attached To
Mode
rS Sealious
Attached
Detach File
Event Timeline
Log In to Comment