diff options
| author | Fabrice Desclaux <fabrice.desclaux@cea.fr> | 2014-09-29 15:53:36 +0200 |
|---|---|---|
| committer | Fabrice Desclaux <fabrice.desclaux@cea.fr> | 2014-09-29 15:53:36 +0200 |
| commit | c832e70049301829c725354629c2525a8ea6d45d (patch) | |
| tree | 9a03fb006cfcb374e49df8827e67375660ada6b6 /test/test_all.py | |
| parent | 98d7ba4936084221913f19c76f509a8039be5056 (diff) | |
| download | miasm-c832e70049301829c725354629c2525a8ea6d45d.tar.gz miasm-c832e70049301829c725354629c2525a8ea6d45d.zip | |
Arm: fixdstoffset computation, add asm reg test
Diffstat (limited to '')
| -rw-r--r-- | test/test_all.py | 1 |
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"], |