Improve Makefile

This commit is contained in:
Ethan Frey
2017-01-17 15:53:24 +01:00
parent dde413d44b
commit e0309007ad
+2 -1
View File
@@ -14,7 +14,8 @@ protoc:
install: install:
go install github.com/tendermint/abci/cmd/... 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 {} \; find . -name test.sock -exec rm {} \;
go test -p 1 `${NOVENDOR}` go test -p 1 `${NOVENDOR}`
bash tests/test.sh bash tests/test.sh