2003-05-20 Jason Eckhardt <jle@rice.edu>
[deliverable/binutils-gdb.git] / gas / testsuite / gas / i860 / i860.exp
1 # i860 assembler testsuite.
2
3 if ![istarget i860-*-*] {
4 exit
5 }
6
7 foreach file [lsort [glob -nocomplain -- $srcdir/$subdir/*.s]] {
8 set file [file tail $file]
9 set file [file rootname $file]
10 run_dump_test "$file"
11 }
12
This page took 0.03197 seconds and 5 git commands to generate.