blob: db0cbd5d46700a451e31f4ba2286fc97c55b8ae6 [file] [log] [blame]
# m68hc11 simulator testsuite
if [istarget m68hc11-*] {
# all machines
set all_machs "m68hc11"
foreach src [lsort [glob -nocomplain $srcdir/$subdir/*.s]] {
# If we're only testing specific files and this isn't one of them,
# skip it.
if ![runtest_file_p $runtests $src] {
continue
}
run_sim_test $src $all_machs
}
}