]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blob - gas/testsuite/gas/crx/allinsn.exp
Patch for PR4587 + move proc run_list_test into gas-defs.exp
[thirdparty/binutils-gdb.git] / gas / testsuite / gas / crx / allinsn.exp
1 #
2 # Driver for CRX assembler testsuite
3 #
4
5 if ![istarget crx-*-*] {
6 return
7 }
8
9 set test_list [lsort [glob -nocomplain $srcdir/$subdir/*.d]]
10 foreach test $test_list {
11 # We need to strip the ".d", but can leave the dirname.
12 verbose [file rootname $test]
13 run_dump_test [file rootname $test]
14 }