xref: /netbsd-src/external/gpl3/gdb.old/dist/sim/testsuite/d10v/allinsn.exp (revision 7bdf38e5b7a28439665f2fdeff81e36913eef7dd)
1# d10v simulator testsuite.
2
3sim_init
4
5# all machines
6set all_machs "d10v"
7
8foreach src [lsort [glob -nocomplain $srcdir/$subdir/*.s]] {
9    # If we're only testing specific files and this isn't one of them, skip it.
10    if ![runtest_file_p $runtests $src] {
11	continue
12    }
13    run_sim_test $src $all_machs
14}
15