pixelnode/node_modules/jade/node_modules/commander/Makefile

7 lines
80 B
Makefile
Raw Normal View History

2018-04-04 12:31:55 +02:00
TESTS = $(shell find test/test.*.js)
test:
@./test/run $(TESTS)
.PHONY: test