Index: en_US.ISO8859-1/books/porters-handbook/uses/chapter.xml
===================================================================
--- en_US.ISO8859-1/books/porters-handbook/uses/chapter.xml
+++ 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.
@@ -1180,6 +1179,16 @@
form package:path where path can be
either a simple filename or a full path starting with
${PREFIX}.
+
+
+
+
+ GO_TESTTARGET
+
+
+ The packages to test. The default
+ value is ./... (the current package
+ and all subpackages).