diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/hub/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/hub/Makefile b/src/hub/Makefile index c62891c..758e3d4 100644 --- a/src/hub/Makefile +++ b/src/hub/Makefile @@ -32,6 +32,8 @@ curdir:= $(shell pwd) GOCMD := go +#TESTFLAG := -test.v +TESTFLAG := getlibs: export GOPATH=$(curdir) getlibs: @@ -46,7 +48,7 @@ build: getlibs test: export GOPATH=$(curdir) test: getlibs - $(GOCMD) test spreadspace.org/sfive + $(GOCMD) test $(TESTFLAG) spreadspace.org/sfive clean: rm -rf pkg/*/spreadspace.org |