]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blame - sim/testsuite/sim/m32r/misc.exp
This commit was manufactured by cvs2svn to create branch
[thirdparty/binutils-gdb.git] / sim / testsuite / sim / m32r / misc.exp
CommitLineData
c906108c
SS
1# Miscellaneous M32R simulator testcases
2
3if [istarget m32r*-*-*] {
4 # load support procs
5 # load_lib cgen.exp
6
7 # all machines
8 set all_machs "m32r"
9
10
11 # The .ms suffix is for "miscellaneous .s".
12 foreach src [lsort [glob -nocomplain $srcdir/$subdir/*.ms]] {
13 # If we're only testing specific files and this isn't one of them,
14 # skip it.
15 if ![runtest_file_p $runtests $src] {
16 continue
17 }
18
19 run_sim_test $src $all_machs
20 }
21}