diff options
author | ian <ian@138bc75d-0d04-0410-961f-82ee72b054a4> | 2011-03-09 19:17:56 +0000 |
---|---|---|
committer | ian <ian@138bc75d-0d04-0410-961f-82ee72b054a4> | 2011-03-09 19:17:56 +0000 |
commit | 6dd885164728fbb73a45f3e9e9863979eea08b5f (patch) | |
tree | 1fd0a6b21ff931d2db1f4e26e80cea14ab158023 /libgo/README.gcc | |
parent | f2fed5bcaafbe302593e408f551a79656fa92fae (diff) | |
download | gcc-6dd885164728fbb73a45f3e9e9863979eea08b5f.tar.gz |
libgo/README.gcc: Mention GCCGO_RUN_ALL_TESTS.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@170828 138bc75d-0d04-0410-961f-82ee72b054a4
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. |