diff --git a/Makefile b/Makefile index 47657ba..a151236 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,15 @@ SHELL = /bin/bash -.DEFAULT_GOAL := serve +.DEFAULT_GOAL := test .PHONY: test +help: + @echo '--------------' + @echo '* Help *' + @echo '--------------' + @echo + @echo "test: run all integration tests on served chain" + @echo "utest: run all inline Go unit tests" + test: ./tests/test_locking_funds.sh ./tests/test_auction_flow.sh