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

7 lines
80 B
Makefile
Executable File

TESTS = $(shell find test/test.*.js)
test:
@./test/run $(TESTS)
.PHONY: test