wormhole/sui/testing/Makefile

14 lines
168 B
Makefile

-include ../Makefile.help
.PHONY: clean
clean:
rm -rf node_modules
node_modules:
npm ci
.PHONY: test
## Run tests
test: node_modules
bash run_integration_test.sh