diff options
| author | Camille Mougey <commial@gmail.com> | 2018-02-02 15:02:52 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-02-02 15:02:52 +0100 |
| commit | 738f6c6a606b2bea9c8c5eebb093aa1d88240a20 (patch) | |
| tree | 4d46baa5ac2a18d20f9a567c94b36a2a568078b8 /test/test_all.py | |
| parent | c07d153def937e501eaef50ec6ac79f302bc5f12 (diff) | |
| parent | ef4bb726154228081a377607698d4293185c72a4 (diff) | |
| download | miasm-738f6c6a606b2bea9c8c5eebb093aa1d88240a20.tar.gz miasm-738f6c6a606b2bea9c8c5eebb093aa1d88240a20.zip | |
Merge pull request #669 from serpilliere/fix_cdq
X86: fix cdq/cbw...
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 23937366..04aca62e 100755 --- a/test/test_all.py +++ b/test/test_all.py @@ -79,6 +79,7 @@ for script in ["x86/sem.py", "x86/unit/mn_pextr.py", "x86/unit/mn_pmovmskb.py", "x86/unit/mn_pushpop.py", + "x86/unit/mn_cdq.py", "x86/unit/mn_seh.py", "x86/unit/mn_cpuid.py", "x86/unit/mn_div.py", |