]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blob - gas/testsuite/gas/z80/z80.exp
* gas/z80/z80.exp: Added "suffix" test.
[thirdparty/binutils-gdb.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 " and '
7 run_dump_test "quotes"
8 # test suffixes
9 run_dump_test "suffix"
10 }