mirror of
git://sourceware.org/git/newlib-cygwin.git
synced 2025-01-16 03:19:54 +08:00
df93e6f193
(SIZE_MAX): Define. * testsuite/newlib.stdlib/stdlib.exp: New. * testsuite/newlib.stdlib/size_max.c: Likewise.
11 lines
290 B
Plaintext
11 lines
290 B
Plaintext
# Copyright (C) 2008 by CodeSourcery, Inc. All rights reserved.
|
|
#
|
|
# Permission to use, copy, modify, and distribute this software
|
|
# is freely granted, provided that this notice is preserved.
|
|
|
|
load_lib passfail.exp
|
|
|
|
set exclude_list [list "atexit.c"]
|
|
|
|
newlib_pass_fail_all -x $exclude_list
|