diff options
| author | Fabrice Desclaux <fabrice.desclaux@cea.fr> | 2015-08-19 00:21:43 +0200 |
|---|---|---|
| committer | Fabrice Desclaux <fabrice.desclaux@cea.fr> | 2015-08-20 13:49:26 +0200 |
| commit | a32c414fd3e2c6b14636e41d115b9a83b3c77d8e (patch) | |
| tree | 377af0f305b98362a7ba015e7e2dc801d72e0f6a /test/test_all.py | |
| parent | fe7c6aa160ddc88aac9edd6dec354d78df9a26b1 (diff) | |
| download | miasm-a32c414fd3e2c6b14636e41d115b9a83b3c77d8e.tar.gz miasm-a32c414fd3e2c6b14636e41d115b9a83b3c77d8e.zip | |
Test/aarch64: add regresion tests
Diffstat (limited to 'test/test_all.py')
| -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 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", |