Initial creation of sourceware repository
[deliverable/binutils-gdb.git] / sim / testsuite / sim / fr30 / misc.exp
1 # Miscellaneous FR30 simulator testcases
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 # The .ms suffix is for "miscellaneous .s".
11 foreach src [lsort [glob -nocomplain $srcdir/$subdir/*.ms]] {
12 # If we're only testing specific files and this isn't one of them,
13 # skip it.
14 if ![runtest_file_p $runtests $src] {
15 continue
16 }
17
18 run_sim_test $src $all_machs
19 }
20 }
This page took 0.03156 seconds and 4 git commands to generate.