This commit was generated by cvs2svn to track changes on a CVS vendor
[deliverable/binutils-gdb.git] / gas / testsuite / gas / pdp11 / pdp11.exp
1 #
2 # pdp11/pdp11 tests
3 #
4 proc run_list_test { name opts } {
5 global srcdir subdir
6 set testname "pdp11 $name"
7 set file $srcdir/$subdir/$name
8 gas_run ${name}.s $opts ">&dump.out"
9 if { [regexp_diff "dump.out" "${file}.l"] } then {
10 fail $testname
11 verbose "output is [file_contents "dump.out"]" 2
12 exit
13 return
14 }
15 pass $testname
16 }
17
18 if [expr [istarget "pdp11-*-*"]] then {
19
20 run_dump_test "opcode"
21
22 }
This page took 0.053936 seconds and 5 git commands to generate.