about summary refs log tree commit diff stats
path: root/test/test_all.py
diff options
context:
space:
mode:
authorCamille Mougey <commial@gmail.com>2018-02-02 15:02:52 +0100
committerGitHub <noreply@github.com>2018-02-02 15:02:52 +0100
commit738f6c6a606b2bea9c8c5eebb093aa1d88240a20 (patch)
tree4d46baa5ac2a18d20f9a567c94b36a2a568078b8 /test/test_all.py
parentc07d153def937e501eaef50ec6ac79f302bc5f12 (diff)
parentef4bb726154228081a377607698d4293185c72a4 (diff)
downloadmiasm-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-xtest/test_all.py1
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",