DoraCMS/node_modules/gm/Makefile

9 lines
101 B
Makefile
Raw Normal View History

2015-09-25 10:55:13 +08:00
test:
@node test/ --integration $(TESTS)
test-unit:
@node test/ $(TESTS)
.PHONY: test test-unit