Files
yunxinwei-uniapp/node_modules/commander/Makefile
2023-08-04 13:04:21 +08:00

7 lines
80 B
Makefile

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