sim: ft32: new port
[deliverable/binutils-gdb.git] / sim / testsuite / sim / ft32 / allinsn.exp
1 # ft32 simulator testsuite
2
3 if [istarget ft32-*] {
4 # all machines
5 set all_machs "ft32"
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 }
This page took 0.031403 seconds and 4 git commands to generate.