summaryrefslogtreecommitdiff
path: root/development/google-go-lang/README
diff options
context:
space:
mode:
authorVincent Batts <vbatts@gmail.com>2014-10-31 03:48:13 +0700
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2014-10-31 03:48:13 +0700
commit3c6a632a10404598fb6b68bff38c08f954bb912c (patch)
tree7f58ee2d9df3a9be8f9feedf592c0aee66ccb48c /development/google-go-lang/README
parent5427b05e838392e9390b06403ffd152f1b2ae543 (diff)
downloadslackbuilds-3c6a632a10404598fb6b68bff38c08f954bb912c.tar.gz
development/google-go-lang: Allow disable test.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'development/google-go-lang/README')
-rw-r--r--development/google-go-lang/README5
1 files changed, 5 insertions, 0 deletions
diff --git a/development/google-go-lang/README b/development/google-go-lang/README
index 7e8341dcf2..ecb6d7aa20 100644
--- a/development/google-go-lang/README
+++ b/development/google-go-lang/README
@@ -44,3 +44,8 @@ privilege to clone source.
As of go1.2, the 'go doc ...' command has been relocated to the go.tools
library (golang-googlecode-gotools), which provide `godoc`.
+
+
+Testing is a default part of the standard build. If you elect to not run the
+test during the build of this package, provide the environment variable
+RUN_TEST=false at build time.