mirror of
https://gitee.com/doramart/DoraCMS.git
synced 2024-12-04 21:27:52 +08:00
9 lines
101 B
Makefile
9 lines
101 B
Makefile
|
|
test:
|
|
@node test/ --integration $(TESTS)
|
|
|
|
test-unit:
|
|
@node test/ $(TESTS)
|
|
|
|
.PHONY: test test-unit
|