sim: d10v: relocate tests & clean up test harness
[deliverable/binutils-gdb.git] / sim / testsuite / sim / d10v / allinsn.exp
1 # d10v simulator testsuite.
2
3 if [istarget d10v*-*] {
4 # load support procs (none yet)
5 # load_lib cgen.exp
6 # all machines
7 set all_machs "d10v"
8
9 foreach src [lsort [glob -nocomplain $srcdir/$subdir/*.s]] {
10 # If we're only testing specific files and this isn't one of them,
11 # skip it.
12 if ![runtest_file_p $runtests $src] {
13 continue
14 }
15 run_sim_test $src $all_machs
16 }
17 }
This page took 0.030566 seconds and 4 git commands to generate.