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