From patchwork Wed Mar 9 19:17:57 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: libgo patch committed: Mention GCCGO_RUN_ALL_TESTS in README.gcc Date: Wed, 09 Mar 2011 09:17:57 -0000 From: Ian Taylor X-Patchwork-Id: 86151 Message-Id: To: gcc-patches@gcc.gnu.org, gofrontend-dev@googlegroups.com Cc: ro@CeBiTec.Uni-Bielefeld.DE Rainer pointed out that the GCCGO_RUN_ALL_TESTS environment variable should really be documented. This patch adds a note to libgo/README.gcc. Committed to mainline. Ian diff -r 5d83cac5a1c5 libgo/README.gcc --- a/libgo/README.gcc Tue Mar 08 22:54:43 2011 -0800 +++ b/libgo/README.gcc Wed Mar 09 11:16:12 2011 -0800 @@ -1,3 +1,7 @@ The files in this directory are mirrored from the gofrontend project hosted at http://code.google.com/p/gofrontend. These files are the ones in the libgo subdirectory of that project. + +By default, the networking tests are not run. In order to run all the +libgo tests, you need to define the environment variable +GCCGO_RUN_ALL_TESTS to a non-empty string.