diff options
| author | Camille Mougey <commial@gmail.com> | 2018-07-18 19:04:06 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-07-18 19:04:06 +0200 |
| commit | 63edfb9952969263f284b236678fbf93f81e6ac0 (patch) | |
| tree | 43d5a897a95b1429bd9382d6ff689ce14ac234c7 /test/test_all.py | |
| parent | b531a52db0a966f0882e386e164a349ae581f956 (diff) | |
| parent | 3b146b53c4b6ec12806b670eb215bb44482642e1 (diff) | |
| download | miasm-63edfb9952969263f284b236678fbf93f81e6ac0.tar.gz miasm-63edfb9952969263f284b236678fbf93f81e6ac0.zip | |
Merge pull request #802 from serpilliere/fix_x86_asm_64
X86: fix 64 bit asm
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", |