Removed extraneous tests

This commit is contained in:
Fredric Silberberg 2014-10-16 18:42:11 -04:00
parent 66a6b29323
commit 743a0061c6

View File

@ -4,7 +4,7 @@ GOBUILD=$(GOCMD) build
GOCLEAN=$(GOCMD) clean
GOINSTALL=$(GOCMD) install
GOTEST=$(GOCMD) test
GODEP=$(GOTEST) -i
GODEP=$(GOTEST)
GOFMT=gofmt -w
GOCOVER=$(GOCMD) tool cover
COVER_DIR=cover