Makefile: Fix bench

This commit is contained in:
Alexander Neumann 2015-05-11 18:26:56 +02:00
parent 506bf61f32
commit 61f8169fa0
1 changed files with 1 additions and 1 deletions

View File

@ -37,7 +37,7 @@ test: .gopath
bench: .gopath
cd $(BASEPATH) && \
go test GOTESTFLAGS) bench ./...
go test $(GOTESTFLAGS) -bench ./...
gox: .gopath
cd $(BASEPATH) && \