mirror of
https://github.com/arnaucube/raspberryGPIOhtmlserver.git
synced 2026-02-08 12:16:42 +01:00
11 lines
154 B
Makefile
Executable File
11 lines
154 B
Makefile
Executable File
|
|
REPORTER = dot
|
|
|
|
test:
|
|
@./node_modules/.bin/mocha \
|
|
--reporter $(REPORTER) \
|
|
test/index.js
|
|
@./node_modules/.bin/zuul -- test/index.js
|
|
|
|
.PHONY: test
|