2002-11-14 Jeff Johnston <jjohnstn@redhat.com>

* testsuite/lib/passfail.exp (newlib_pass_fail): Changed to
        only issue one pass/fail message for a compile/link/execute.
        * testsuite/newlib.elix/elix.exp: New file.
        * testsuite/newlib.elix/tmmap.c: Ditto.
This commit is contained in:
Jeff Johnston
2002-11-14 23:04:05 +00:00
parent 16f880fcba
commit 665b994e3a
4 changed files with 68 additions and 2 deletions

View File

@ -42,9 +42,7 @@ proc newlib_pass_fail { srcfile } {
if { $comp_output != "" } {
fail "Failed to compile $fullsrcfile.\n"
fail "$fullsrcfile"
} else {
pass "Compiled $fullsrcfile.\n"
set result [newlib_load $test_driver ""]
set status [lindex $result 0]
$status "$fullsrcfile"