Upload Tizen:Base source
[external/binutils.git] / gas / testsuite / gas / z80 / z80.exp
1 # run tests for target Z80.
2
3 if [istarget z80-*-*] then {
4 # test redefinitions
5     run_dump_test "redef"
6 # test parsing of equ definitions
7     run_dump_test "equ"
8 # test parsing of " and '
9     run_dump_test "quotes"
10 # test suffixes
11     run_dump_test "suffix"
12 # test assembling and disassembling instructions involving offsets
13     run_dump_test "offset"
14 # test assembling instruction with offset that is a label defined later
15     run_dump_test "atend"
16 # test for data transfer instructions
17     run_dump_test "ld-group"
18 # test for block instructions
19     run_dump_test "block"
20 # test for arithmetic and logic
21     run_dump_test "arith"
22 # test for rotate and shift
23     run_dump_test "rotate"
24 # test for bit manipulations
25     run_dump_test "bit"
26 # test for branch instructions
27     run_dump_test "branch"
28 # test for input and output instructions
29     run_dump_test "inout"
30 #test for other instructions
31     run_dump_test "misc"
32 }