Browse Source

less bash in tests

pull/1780/head
Zach Ramsay 7 years ago
parent
commit
2adef2e8f8
2 changed files with 8 additions and 2 deletions
  1. +8
    -2
      Makefile
  2. +0
    -0
      tests/test_cover.sh

+ 8
- 2
Makefile 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
- 0
tests/test_cover.sh View File


Loading…
Cancel
Save