about summary refs log tree commit diff stats
path: root/test/test_all.py
diff options
context:
space:
mode:
authorFabrice Desclaux <fabrice.desclaux@cea.fr>2015-07-29 16:30:57 +0200
committerserpilliere <fabrice.desclaux@cea.fr>2015-07-29 19:29:37 +0200
commit08edc1039220b795f2ef19ecd966e79892b39bff (patch)
tree5c717694d3e5e7872db53de97d8188ab0649933c /test/test_all.py
parent484190af82fd2ddba7d9cd04878da4fe67b8a91c (diff)
downloadmiasm-08edc1039220b795f2ef19ecd966e79892b39bff.tar.gz
miasm-08edc1039220b795f2ef19ecd966e79892b39bff.zip
Test/sem: add daa/das
Diffstat (limited to 'test/test_all.py')
-rw-r--r--test/test_all.py2
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",