Index: head/en_US.ISO8859-1/books/porters-handbook/uses/chapter.xml
===================================================================
--- head/en_US.ISO8859-1/books/porters-handbook/uses/chapter.xml
+++ head/en_US.ISO8859-1/books/porters-handbook/uses/chapter.xml
@@ -1146,9 +1146,8 @@
switched on with modules argument.
no_targets will setup build environment like
GO_ENV, GO_BUILDFLAGS but
- skip creating post-extract,
- do-build and
- do-install targets.
+ skip creating post-extract and
+ do-{build,install,test} targets.
run will also add a run dependency on
what is in GO_PORT.
@@ -1184,6 +1183,16 @@
+ GO_TESTTARGET
+
+
+ The packages to test. The default
+ value is ./... (the current package
+ and all subpackages).
+
+
+
+
CGO_CFLAGS
@@ -1208,7 +1217,16 @@
Additional build arguments to be passed to
- go install.
+ go build.
+
+
+
+
+ GO_TESTFLAGS
+
+
+ Additional build arguments to be passed to
+ go test.