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