diff options
| author | Camille Mougey <commial@gmail.com> | 2015-08-24 13:18:41 +0200 |
|---|---|---|
| committer | Camille Mougey <commial@gmail.com> | 2015-08-24 13:18:41 +0200 |
| commit | f47c1aeab8e2f55a89ca91fc5de1b3db0963b598 (patch) | |
| tree | 38205aca774cbd59383614325b010b532fa51b57 /test/test_all.py | |
| parent | 4d93231e77a8af094c198a8b3b3733b0250cd45a (diff) | |
| parent | 5f1ed09e57120dbd45d494fe5a0dc8b968f9ca41 (diff) | |
| download | miasm-f47c1aeab8e2f55a89ca91fc5de1b3db0963b598.tar.gz miasm-f47c1aeab8e2f55a89ca91fc5de1b3db0963b598.zip | |
Merge pull request #212 from serpilliere/aarch64_fix
Aarch64 fix
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", |