Files
raspberryGPIOhtmlserver/node_modules/bytes/Makefile
2016-06-21 18:42:57 +02:00

7 lines
89 B
Makefile
Executable File

test:
@./node_modules/.bin/mocha \
--reporter spec \
--require should
.PHONY: test