blob: 49c868ac7ab8d67b29e1e786bed329f6a0fd730f [file] [log] [blame]
# Analog Devices Blackfin simulator testsuite
if [istarget bfin-*-elf] {
# all machines
set all_machs "bfin"
foreach src [lsort [glob -nocomplain $srcdir/$subdir/*.\[csS\]]] {
# 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
}
}