4 proc run_list_test { name opts } {
6 set testname "msp430 $name"
7 set file $srcdir/$subdir/$name
8 gas_run ${name}.s $opts ">&dump.out"
9 if { [regexp_diff "dump.out" "${file}.l"] } then {
11 verbose "output is [file_contents "dump.out"]" 2
18 if [expr [istarget "msp430-*-*"]] then {
19 run_dump_test "opcode"