aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIan Lance Taylor <ian@gcc.gnu.org>2011-03-09 19:17:56 +0000
committerIan Lance Taylor <ian@gcc.gnu.org>2011-03-09 19:17:56 +0000
commit0ad313411053e359863e5ec1a5e426254b67de8f (patch)
tree1fd0a6b21ff931d2db1f4e26e80cea14ab158023
parent60c5236ed15a2461aa9f7a12a6db329a2ff03528 (diff)
downloadgcc-0ad313411053e359863e5ec1a5e426254b67de8f.zip
gcc-0ad313411053e359863e5ec1a5e426254b67de8f.tar.gz
gcc-0ad313411053e359863e5ec1a5e426254b67de8f.tar.bz2
libgo/README.gcc: Mention GCCGO_RUN_ALL_TESTS.
From-SVN: r170828
-rw-r--r--libgo/README.gcc4
1 files changed, 4 insertions, 0 deletions
diff --git a/libgo/README.gcc b/libgo/README.gcc
index d8bda19..d5aabb0 100644
--- a/libgo/README.gcc
+++ b/libgo/README.gcc
@@ -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.