about summary refs log tree commit diff stats
path: root/test/test_all.py
diff options
context:
space:
mode:
authorFabrice Desclaux <fabrice.desclaux@cea.fr>2014-09-29 15:53:36 +0200
committerFabrice Desclaux <fabrice.desclaux@cea.fr>2014-09-29 15:53:36 +0200
commitc832e70049301829c725354629c2525a8ea6d45d (patch)
tree9a03fb006cfcb374e49df8827e67375660ada6b6 /test/test_all.py
parent98d7ba4936084221913f19c76f509a8039be5056 (diff)
downloadmiasm-c832e70049301829c725354629c2525a8ea6d45d.tar.gz
miasm-c832e70049301829c725354629c2525a8ea6d45d.zip
Arm: fixdstoffset computation, add asm reg test
Diffstat (limited to '')
-rw-r--r--test/test_all.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/test_all.py b/test/test_all.py
index f5d66396..a4cb1063 100644
--- a/test/test_all.py
+++ b/test/test_all.py
@@ -62,6 +62,7 @@ all_tests = {
         "assembler": [
             ["asm_x86.py"],
             ["asm_arm.py"],
+            ["asm_armt.py"],
             ["asm_box_x86_32.py"],
             ["asm_box_x86_32_enc.py"],
             ["asm_box_x86_32_mod.py"],