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