allinsn.exp 335 B

12345678910111213
  1. # Hitachi H8/300 (h, s, sx) simulator testsuite
  2. sim_init
  3. set all_machs "h8300 h8300h h8300s h8sx"
  4. foreach src [lsort [glob -nocomplain $srcdir/$subdir/*.s]] {
  5. # If we're only testing specific files and this isn't one of them, skip it.
  6. if ![runtest_file_p $runtests $src] {
  7. continue
  8. }
  9. run_sim_test $src $all_machs
  10. }