SourceTermAnalysisSystem_vue/node_modules/mersenne-twister/Makefile
2026-05-15 10:22:44 +08:00

5 lines
88 B
Makefile

test:
./node_modules/mocha/bin/_mocha -R spec -r should test --recursive
.PHONY: test