mirror of
https://github.com/arnaucube/raspberryGPIOhtmlserver.git
synced 2026-02-07 11:46:39 +01:00
9 lines
92 B
Makefile
Executable File
9 lines
92 B
Makefile
Executable File
|
|
REPORTER = dot
|
|
|
|
test:
|
|
@./node_modules/.bin/mocha \
|
|
--reporter $(REPORTER)
|
|
|
|
.PHONY: test
|