allinsn.exp 310 B

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