xref: /netbsd-src/external/gpl3/gdb/dist/sim/testsuite/arm/misc.exp (revision f8cf1a9151c7af1cb0bd8b09c13c66bca599c027)
1# Miscellaneous ARM simulator testcases
2
3sim_init
4
5# all machines
6set all_machs "arm7tdmi"
7
8# The .ms suffix is for "miscellaneous .s".
9foreach src [lsort [glob -nocomplain $srcdir/$subdir/*.ms]] {
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