diff options
| author | Fabrice Desclaux <fabrice.desclaux@cea.fr> | 2018-07-17 13:17:41 +0200 |
|---|---|---|
| committer | Fabrice Desclaux <fabrice.desclaux@cea.fr> | 2018-07-17 13:36:03 +0200 |
| commit | 3b146b53c4b6ec12806b670eb215bb44482642e1 (patch) | |
| tree | 78382d033739d67bf04bdbcb95be3fd5aa556e4a /test/test_all.py | |
| parent | a2a8fa1c1d1c24a3975aec0a39fd1d9f0d31af5e (diff) | |
| download | miasm-3b146b53c4b6ec12806b670eb215bb44482642e1.tar.gz miasm-3b146b53c4b6ec12806b670eb215bb44482642e1.zip | |
Test: add x86 64 asm test 64bit addr
Diffstat (limited to 'test/test_all.py')
| -rwxr-xr-x | 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 81b6e6e5..3fb0a5b7 100755 --- a/test/test_all.py +++ b/test/test_all.py @@ -81,6 +81,7 @@ for script in ["x86/sem.py", "x86/unit/mn_seh.py", "x86/unit/mn_cpuid.py", "x86/unit/mn_div.py", + "x86/unit/test_asm_x86_64.py", "arm/arch.py", "arm/sem.py", "aarch64/unit/mn_ubfm.py", |