summaryrefslogtreecommitdiff
path: root/src/hub/Makefile
diff options
context:
space:
mode:
authorChristian Pointner <equinox@spreadspace.org>2018-01-12 15:50:51 +0100
committerChristian Pointner <equinox@spreadspace.org>2018-01-12 15:50:51 +0100
commitf2b3d6a80dc8a842cec3fa4c31957edd2dd4cf2c (patch)
treea5f7158b2a21bb69b9926ad21d1fd227bcf5289c /src/hub/Makefile
parentuse int64 for ids everywhere (diff)
added search index buckets
Diffstat (limited to 'src/hub/Makefile')
-rw-r--r--src/hub/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/hub/Makefile b/src/hub/Makefile
index 4b281b4..5e86cc1 100644
--- a/src/hub/Makefile
+++ b/src/hub/Makefile
@@ -75,7 +75,7 @@ build: getlibs
test: getlibs
@echo "testing: sfive"
- @$(GOCMD) test spreadspace.org/sfive
+ @$(GOCMD) test -v spreadspace.org/sfive
bench: getlibs
@echo "testing and benchmarking: sfive"