diff options
| author | Fabrice Desclaux <fabrice.desclaux@cea.fr> | 2018-02-02 14:04:04 +0100 |
|---|---|---|
| committer | Fabrice Desclaux <fabrice.desclaux@cea.fr> | 2018-02-02 14:08:22 +0100 |
| commit | ef4bb726154228081a377607698d4293185c72a4 (patch) | |
| tree | 6b3f3a6e5a1499804677800b3959bdc773e66bc7 /test/test_all.py | |
| parent | 0a2934e0a0744bffa300a6e8954f95defee255be (diff) | |
| download | miasm-ef4bb726154228081a377607698d4293185c72a4.tar.gz miasm-ef4bb726154228081a377607698d4293185c72a4.zip | |
X86: fix cdq/cbw...
Diffstat (limited to '')
| -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", |