hackcentercontrol/nodeartnet/node_modules/express/node_modules/commander/Makefile
2012-12-28 23:17:47 +01:00

7 lines
No EOL
80 B
Makefile

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