summaryrefslogtreecommitdiff
path: root/gas/testsuite/gas/z80/z80.exp
blob: cae83f160dba556d8efa9cfd0a832071a43150ba (plain)
1
2
3
4
5
6
7
8
9
10
11
12
# run tests for target Z80.

if [istarget z80-*-*] then {
# test redefinitions
    run_dump_test "redef"
# test parsing of " and '
    run_dump_test "quotes"
# test suffixes
    run_dump_test "suffix"
# test assembling and disassembling instructions involving offsets
    run_dump_test "offset"
}