Improve Makefile

This commit is contained in:
Ethan Frey 2017-01-12 12:37:47 +01:00
parent dde413d44b
commit e0309007ad
1 changed files with 2 additions and 1 deletions

View File

@ -14,7 +14,8 @@ protoc:
install:
go install github.com/tendermint/abci/cmd/...
test:
# test.sh requires that we run the installed cmds, must not be out of date
test: install
find . -name test.sock -exec rm {} \;
go test -p 1 `${NOVENDOR}`
bash tests/test.sh