mirror of
git://sourceware.org/git/newlib-cygwin.git
synced 2025-01-15 19:09:58 +08:00
665b994e3a
* 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.
20 lines
436 B
Plaintext
20 lines
436 B
Plaintext
# Copyright (C) 2002 by Red Hat, Incorporated. All rights reserved.
|
|
#
|
|
# Permission to use, copy, modify, and distribute this software
|
|
# is freely granted, provided that this notice is preserved.
|
|
#
|
|
|
|
global host_triplet target_triplet
|
|
|
|
load_lib passfail.exp
|
|
|
|
set exclude_list {
|
|
}
|
|
|
|
verbose $host_triplet
|
|
verbose $target_triplet
|
|
|
|
if [string match "i\[3456\]86-pc-linux-gnu" $target_triplet] then {
|
|
newlib_pass_fail_all -x $exclude_list
|
|
}
|