diff options
| author | Camille Mougey <commial@gmail.com> | 2015-07-30 08:31:34 +0200 |
|---|---|---|
| committer | Camille Mougey <commial@gmail.com> | 2015-07-30 08:31:34 +0200 |
| commit | ea4ca3425e49c59fa4cb9b5b5b91cc9431dcb843 (patch) | |
| tree | dda7deef86d31ed01361eca60719f81ef2db79a5 /test/test_all.py | |
| parent | 817fc666eac74c802d4d592f50a3872a3197f4a5 (diff) | |
| parent | 5802dfd9ff93f755b648ff4a3ba236a80c121fb3 (diff) | |
| download | miasm-ea4ca3425e49c59fa4cb9b5b5b91cc9431dcb843.tar.gz miasm-ea4ca3425e49c59fa4cb9b5b5b91cc9431dcb843.zip | |
Merge pull request #199 from serpilliere/fix_x86_sem
Fix x86 sem
Diffstat (limited to 'test/test_all.py')
| -rw-r--r-- | test/test_all.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/test/test_all.py b/test/test_all.py index f59e3781..55e69e70 100644 --- a/test/test_all.py +++ b/test/test_all.py @@ -36,6 +36,8 @@ for script in ["x86/sem.py", "x86/unit/mn_strings.py", "x86/unit/mn_float.py", "x86/unit/mn_stack.py", + "x86/unit/mn_daa.py", + "x86/unit/mn_das.py", "arm/arch.py", "arm/sem.py", "msp430/arch.py", |