less bash in tests

This commit is contained in:
Zach Ramsay 2018-01-05 00:02:58 +00:00
parent de02ab4b3c
commit 2adef2e8f8
2 changed files with 8 additions and 2 deletions

View File

@ -82,11 +82,17 @@ test_race:
@echo "==> Running go test --race"
@go test -v -race $(PACKAGES)
### three tests tested by Jenkins
test_cover:
@ bash tests/test_cover.sh
test_integrations:
@bash test.sh
test_app:
# test the counter using a go test script
@ bash tests/test_app/test.sh
test_cli:
# test the cli against the examples in the tutorial at tendermint.com
@ bash tests/test_cli/test.sh
fmt:
@ go fmt ./...

0
tests/test_cover.sh Normal file → Executable file
View File