Thu Dec 17 17:18:43 1998 Dave Brolley <brolley@cygnus.com>
[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 # The .ms suffix is for "miscellaneous .s".
8 foreach src [lsort [glob -nocomplain $srcdir/$subdir/*.ms]] {
9 # If we're only testing specific files and this isn't one of them,
10 # skip it.
11 if ![runtest_file_p $runtests $src] {
12 continue
13 }
14
15 run_sim_test $src
16 }
17 }
This page took 0.031522 seconds and 4 git commands to generate.