sim: testsuite: drop most specific istarget checks
[binutils-gdb.git] / sim / testsuite / avr / allinsn.exp
1 # avr simulator testsuite
2
3 sim_init
4
5 if [istarget *] {
6 # all machines
7 set all_machs "avr"
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 }