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>2015-08-19 00:21:43 +0200
committerFabrice Desclaux <fabrice.desclaux@cea.fr>2015-08-20 13:49:26 +0200
commita32c414fd3e2c6b14636e41d115b9a83b3c77d8e (patch)
tree377af0f305b98362a7ba015e7e2dc801d72e0f6a /test/test_all.py
parentfe7c6aa160ddc88aac9edd6dec354d78df9a26b1 (diff)
downloadmiasm-a32c414fd3e2c6b14636e41d115b9a83b3c77d8e.tar.gz
miasm-a32c414fd3e2c6b14636e41d115b9a83b3c77d8e.zip
Test/aarch64: add regresion tests
Diffstat (limited to 'test/test_all.py')
-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 7270af3d..2f4efc88 100644
--- a/test/test_all.py
+++ b/test/test_all.py
@@ -41,6 +41,7 @@ for script in ["x86/sem.py",
                "arm/arch.py",
                "arm/sem.py",
                "aarch64/unit/mn_ubfm.py",
+               "aarch64/arch.py",
                "msp430/arch.py",
                "msp430/sem.py",
                "sh4/arch.py",