MyRepo-Ums/node_modules/qjobs/Makefile
2024-01-19 11:09:11 +01:00

6 lines
61 B
Makefile

test:
@find tests/*.js | xargs -n 1 -t node
.PHONY: test