mirror of
https://github.com/autc04/Retro68.git
synced 2024-11-25 14:34:29 +00:00
8 lines
150 B
Plaintext
8 lines
150 B
Plaintext
|
if { ! [istarget nios2-*-*] } {
|
||
|
return
|
||
|
}
|
||
|
|
||
|
foreach test [lsort [glob -nocomplain $srcdir/$subdir/*.d]] {
|
||
|
run_dump_test [file rootname $test]
|
||
|
}
|