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

8 lines
100 B
Makefile
Executable File

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