projects
/
gcc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
60c5236
)
libgo/README.gcc: Mention GCCGO_RUN_ALL_TESTS.
author
Ian Lance Taylor
<ian@gcc.gnu.org>
Wed, 9 Mar 2011 19:17:56 +0000
(19:17 +0000)
committer
Ian Lance Taylor
<ian@gcc.gnu.org>
Wed, 9 Mar 2011 19:17:56 +0000
(19:17 +0000)
From-SVN: r170828
libgo/README.gcc
patch
|
blob
|
history
diff --git
a/libgo/README.gcc
b/libgo/README.gcc
index d8bda190c9e29ab98d655da361142ed09ce0ecdf..d5aabb0f9c2284bd482fce9102350d07d44374e3 100644
(file)
--- 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.