From 1a33e5aa5faeef793dcaed5ddef0117d1917abf0 Mon Sep 17 00:00:00 2001 From: Markus Grüneis Date: Fri, 24 Oct 2014 15:18:58 +0200 Subject: hub: Update Makefile (document -test.v flag) --- src/hub/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src') 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 -- cgit v1.2.3