allthumb.exp 351 B

123456789101112131415
  1. # ARM simulator testsuite.
  2. sim_init
  3. # all machines
  4. set all_machs "arm7tdmi"
  5. # The .cgs suffix is for "cgen .s".
  6. foreach src [lsort [glob -nocomplain $srcdir/$subdir/*.cgs]] {
  7. # If we're only testing specific files and this isn't one of them, skip it.
  8. if ![runtest_file_p $runtests $src] {
  9. continue
  10. }
  11. run_sim_test $src $all_machs
  12. }