mirror of
https://github.com/autc04/Retro68.git
synced 2024-11-06 11:08:43 +00:00
13 lines
267 B
Plaintext
13 lines
267 B
Plaintext
|
# Copyright (C) 2011 by ARM Ltd. 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 {
|
||
|
}
|
||
|
|
||
|
newlib_pass_fail_all -x $exclude_list
|