summaryrefslogtreecommitdiff
path: root/src/hub/Makefile
diff options
context:
space:
mode:
authorMarkus Grüneis <gimpf@gimpf.org>2014-10-24 15:18:58 +0200
committerMarkus Grüneis <gimpf@gimpf.org>2014-10-24 15:18:58 +0200
commit1a33e5aa5faeef793dcaed5ddef0117d1917abf0 (patch)
tree590303cd76a54b09ea1dd0ca9aad02790280f3dc /src/hub/Makefile
parenthub: Implement basic forward support. (diff)
hub: Update Makefile (document -test.v flag)
Diffstat (limited to 'src/hub/Makefile')
-rw-r--r--src/hub/Makefile4
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