summaryrefslogtreecommitdiff
path: root/gas/testsuite/gas/epiphany/allinsn.exp
diff options
context:
space:
mode:
Diffstat (limited to 'gas/testsuite/gas/epiphany/allinsn.exp')
-rw-r--r--gas/testsuite/gas/epiphany/allinsn.exp11
1 files changed, 11 insertions, 0 deletions
diff --git a/gas/testsuite/gas/epiphany/allinsn.exp b/gas/testsuite/gas/epiphany/allinsn.exp
new file mode 100644
index 0000000000..389bc98bb5
--- /dev/null
+++ b/gas/testsuite/gas/epiphany/allinsn.exp
@@ -0,0 +1,11 @@
+# EPIPHANY assembler testsuite. -*- Tcl -*-
+
+if [istarget epiphany*-*-*] {
+ run_dump_test "allinsn"
+ run_dump_test "regression"
+ run_dump_test "sample"
+ run_dump_test "branch_lit"
+ run_dump_test "badrelax"
+ gas_test_error "badpostmod" "" "destination register modified by displacement-post-modified address"
+ run_dump_test "addr-syntax"
+}