mirror of
https://github.com/autc04/Retro68.git
synced 2024-11-03 07:07:20 +00:00
14 lines
291 B
Plaintext
14 lines
291 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.
|
||
|
#
|
||
|
|
||
|
load_lib passfail.exp
|
||
|
|
||
|
set exclude_list {
|
||
|
"UTF-8.c"
|
||
|
}
|
||
|
|
||
|
newlib_pass_fail_all -x $exclude_list
|