DoraCMS/node_modules/gm/Makefile
2015-09-25 10:55:13 +08:00

9 lines
101 B
Makefile

test:
@node test/ --integration $(TESTS)
test-unit:
@node test/ $(TESTS)
.PHONY: test test-unit