From e0309007ad431ddd126e2ec0d36bd2adbede1aed Mon Sep 17 00:00:00 2001 From: Ethan Frey Date: Thu, 12 Jan 2017 12:37:47 +0100 Subject: [PATCH] Improve Makefile --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 740bce9bc..5cbe0b626 100644 --- a/Makefile +++ b/Makefile @@ -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