Upload Tizen:Base source
[external/binutils.git] / gas / testsuite / gas / cr16 / cr16.exp
1 #
2 # Driver for CR16 assembler testsuite
3 #
4
5 if ![istarget cr16-*-*] {
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 }