diff options
author | Ian Lance Taylor <ian@gcc.gnu.org> | 2011-03-09 19:17:56 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@gcc.gnu.org> | 2011-03-09 19:17:56 +0000 |
commit | 0ad313411053e359863e5ec1a5e426254b67de8f (patch) | |
tree | 1fd0a6b21ff931d2db1f4e26e80cea14ab158023 /libgo/README.gcc | |
parent | 60c5236ed15a2461aa9f7a12a6db329a2ff03528 (diff) | |
download | gcc-0ad313411053e359863e5ec1a5e426254b67de8f.tar.gz |
libgo/README.gcc: Mention GCCGO_RUN_ALL_TESTS.
From-SVN: r170828
Diffstat (limited to 'libgo/README.gcc')
-rw-r--r-- | libgo/README.gcc | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/libgo/README.gcc b/libgo/README.gcc index d8bda190c9e..d5aabb0f9c2 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. |