Home | History | Annotate | Download | only in ld-nios2
      1 if { ! [istarget nios2-*-*] } {
      2     return
      3 }
      4 
      5 foreach test [lsort [glob -nocomplain $srcdir/$subdir/*.d]] {
      6     run_dump_test [file rootname $test]
      7 }
      8