]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blob - sim/testsuite/sim/fr30/allinsn.exp
Initial creation of sourceware repository
[thirdparty/binutils-gdb.git] / sim / testsuite / sim / fr30 / allinsn.exp
1 # FR30 simulator testsuite.
2
3 if [istarget fr30*-*-*] {
4 # load support procs
5 # load_lib cgen.exp
6
7 # all machines
8 set all_machs "fr30"
9
10 foreach src [lsort [glob -nocomplain $srcdir/$subdir/*.cgs]] {
11 # If we're only testing specific files and this isn't one of them,
12 # skip it.
13 if ![runtest_file_p $runtests $src] {
14 continue
15 }
16
17 run_sim_test $src $all_machs
18 }
19 }