1 2 3 4 5 6 7 8
if { ! [istarget pru-*-*] } { return } foreach test [lsort [glob -nocomplain $srcdir/$subdir/*.d]] { verbose [file rootname $test] run_dump_test [file rootname $test] }