diff options
author | Ian Lance Taylor <ian@gcc.gnu.org> | 2011-02-02 15:50:16 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@gcc.gnu.org> | 2011-02-02 15:50:16 +0000 |
commit | d46efcfe977c4ccde0f70bf9bce3500ac740745b (patch) | |
tree | 43b80c4053e9d8870c854dc422468c2fa01af565 /libgo/testsuite/lib | |
parent | 3aa831ba82e85051668f1d1f81e3f10ce4588e78 (diff) | |
download | gcc-d46efcfe977c4ccde0f70bf9bce3500ac740745b.zip gcc-d46efcfe977c4ccde0f70bf9bce3500ac740745b.tar.gz gcc-d46efcfe977c4ccde0f70bf9bce3500ac740745b.tar.bz2 |
libgo.exp: Set tmpdir.
From-SVN: r169529
Diffstat (limited to 'libgo/testsuite/lib')
-rw-r--r-- | libgo/testsuite/lib/libgo.exp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/libgo/testsuite/lib/libgo.exp b/libgo/testsuite/lib/libgo.exp index 29764d9..a6d4432 100644 --- a/libgo/testsuite/lib/libgo.exp +++ b/libgo/testsuite/lib/libgo.exp @@ -21,6 +21,10 @@ if {$gccdir != ""} { set GOC_UNDER_TEST "$gccdir/gccgo -B$gccdir/" set TESTING_IN_BUILD_TREE 1 +if [info exists GOTEST_TMPDIR] { + set tmpdir $GOTEST_TMPDIR +} + proc go_maybe_build_wrapper { args } { libgo_maybe_build_wrapper $args } |