Files
tvbox_collect/cpu_iy2/node_modules/commander/Makefile
T
2026-07-28 12:25:15 +00:00

7 lines
80 B
Makefile

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