mirror of
https://gitee.com/doramart/DoraCMS.git
synced 2024-12-05 05:38:23 +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
|