diff options
author | Markus Grüneis <gimpf@gimpf.org> | 2014-10-24 15:18:58 +0200 |
---|---|---|
committer | Markus Grüneis <gimpf@gimpf.org> | 2014-10-24 15:18:58 +0200 |
commit | 1a33e5aa5faeef793dcaed5ddef0117d1917abf0 (patch) | |
tree | 590303cd76a54b09ea1dd0ca9aad02790280f3dc /src | |
parent | hub: Implement basic forward support. (diff) |
hub: Update Makefile (document -test.v flag)
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 |