UNPKG
pixelarray2e131
Version:
latest (0.0.2)
0.0.2
0.0.1
Send a pixel array over streaming ACN E1.31
github.com/sudsy/pixelarray2E131
pixelarray2e131
/
makefile
15 lines
(11 loc)
•
306 B
Plain Text
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
REPORTER = landing
test:
@NODE_ENV=test ./node_modules/.bin/mocha --reporter
$(REPORTER)
test-debug:
@NODE_ENV=test ./node_modules/.bin/mocha debug --reporter
$(REPORTER)
test-w:
@NODE_ENV=test ./node_modules/.bin/mocha \ --reporter
$(REPORTER)
\ --growl \ --watch
.PHONY
: test test-w