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>2018-11-15 17:14:42 +0100
committerFabrice Desclaux <fabrice.desclaux@cea.fr>2018-11-17 14:19:27 +0100
commit2469b28ae4d73f2a6e813fc250953ae8da36d090 (patch)
tree589bc9ccde83a708ed0866e06af42e7183018240 /test/test_all.py
parente7aa5e60bb84cebe4778a736fc4ca792fa6050f1 (diff)
downloadmiasm-2469b28ae4d73f2a6e813fc250953ae8da36d090.tar.gz
miasm-2469b28ae4d73f2a6e813fc250953ae8da36d090.zip
Add x86 reg tests
Diffstat (limited to 'test/test_all.py')
-rwxr-xr-xtest/test_all.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/test_all.py b/test/test_all.py
index 77dd04cf..7ea55235 100755
--- a/test/test_all.py
+++ b/test/test_all.py
@@ -89,6 +89,8 @@ for script in ["x86/sem.py",
                "x86/unit/mn_div.py",
                "x86/unit/test_asm_x86_64.py",
                "x86/unit/mn_getset128.py",
+               "x86/unit/mn_cmov.py",
+               "x86/unit/mn_rotsh.py",
                "arm/arch.py",
                "arm/sem.py",
                "aarch64/unit/mn_ubfm.py",