summaryrefslogtreecommitdiffstats
path: root/libjava/testsuite
diff options
context:
space:
mode:
authorbillingd <billingd@138bc75d-0d04-0410-961f-82ee72b054a4>2002-05-04 03:38:14 +0000
committerbillingd <billingd@138bc75d-0d04-0410-961f-82ee72b054a4>2002-05-04 03:38:14 +0000
commit578cd3385841b8bf70b8d573cffc45e08e18cdcc (patch)
tree5c5db45274bffb77751e2ed913818a587e4863d0 /libjava/testsuite
parentad0f398349b53b90de2f7fa43728d37f1319056a (diff)
downloadppe42-gcc-578cd3385841b8bf70b8d573cffc45e08e18cdcc.tar.gz
ppe42-gcc-578cd3385841b8bf70b8d573cffc45e08e18cdcc.zip
2002-05-04 David Billinghurst <David.Billinghurst@riotinto.com>
* testsuite/lib/libjava.exp (test_libjava_from_source): Append .exe to executable names. If no suffix is present, then ".exe" is added by default on win32. Harmless elsewhere so always do it. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@53143 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libjava/testsuite')
-rw-r--r--libjava/testsuite/lib/libjava.exp1
1 files changed, 1 insertions, 0 deletions
diff --git a/libjava/testsuite/lib/libjava.exp b/libjava/testsuite/lib/libjava.exp
index 46b0e6ab6bf..f5bafd47ed4 100644
--- a/libjava/testsuite/lib/libjava.exp
+++ b/libjava/testsuite/lib/libjava.exp
@@ -452,6 +452,7 @@ proc test_libjava_from_source { options srcfile compile_args inpfile resultfile
append executable ".o"
set target object
} else {
+ append executable ".exe"
set target executable
}
if { $compile_args != "" } {
OpenPOWER on IntegriCloud