8 lines
191 B
Text
8 lines
191 B
Text
|
if { [istarget tic6x-*-*] } {
|
||
|
foreach test [lsort [glob -nocomplain $srcdir/$subdir/*.d]] {
|
||
|
if { [runtest_file_p $runtests $test] } {
|
||
|
run_dump_test [file rootname $test]
|
||
|
}
|
||
|
}
|
||
|
}
|