* gas/i860/i860.exp: Don't call exit if the target isn't an i860.
[deliverable/binutils-gdb.git] / gas / testsuite / gas / i860 / i860.exp
1 # i860 assembler testsuite.
2
3 if [istarget i860-*-*] {
4 foreach file [lsort [glob -nocomplain -- $srcdir/$subdir/*.s]] {
5 set file [file tail $file]
6 set file [file rootname $file]
7 run_dump_test "$file"
8 }
9 }
This page took 0.030758 seconds and 4 git commands to generate.