summaryrefslogtreecommitdiff
path: root/gas/testsuite/gas/z80/z80.exp
diff options
context:
space:
mode:
Diffstat (limited to 'gas/testsuite/gas/z80/z80.exp')
-rw-r--r--gas/testsuite/gas/z80/z80.exp16
1 files changed, 16 insertions, 0 deletions
diff --git a/gas/testsuite/gas/z80/z80.exp b/gas/testsuite/gas/z80/z80.exp
index cae83f160db..d595f6a63cb 100644
--- a/gas/testsuite/gas/z80/z80.exp
+++ b/gas/testsuite/gas/z80/z80.exp
@@ -9,4 +9,20 @@ if [istarget z80-*-*] then {
run_dump_test "suffix"
# test assembling and disassembling instructions involving offsets
run_dump_test "offset"
+# test for data transfer instructions
+ run_dump_test "ld-group"
+# test for block instructions
+ run_dump_test "block"
+# test for arithmetic and logic
+ run_dump_test "arith"
+# test for rotate and shift
+ run_dump_test "rotate"
+# test for bit manipulations
+ run_dump_test "bit"
+# test for branch instructions
+ run_dump_test "branch"
+# test for input and output instructions
+ run_dump_test "inout"
+#test for other instructions
+ run_dump_test "misc"
}