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>2016-01-06 13:43:34 +0100
committerFabrice Desclaux <fabrice.desclaux@cea.fr>2016-01-06 13:43:34 +0100
commit55c24ef7ad982a700fcf1f3ae4296cf99019fbb5 (patch)
tree9bb4d742967a9b1123ae586f2b4c26b0eff02e39 /test/test_all.py
parentd961127e15c8d47d4f7a121bab74d613b8eba04d (diff)
downloadmiasm-55c24ef7ad982a700fcf1f3ae4296cf99019fbb5.tar.gz
miasm-55c24ef7ad982a700fcf1f3ae4296cf99019fbb5.zip
Test: add x86 reg test
Diffstat (limited to 'test/test_all.py')
-rw-r--r--test/test_all.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/test_all.py b/test/test_all.py
index 70187171..e52123ea 100644
--- a/test/test_all.py
+++ b/test/test_all.py
@@ -48,6 +48,7 @@ for script in ["x86/sem.py",
                "x86/unit/mn_punpck.py",
                "x86/unit/mn_pinsr.py",
                "x86/unit/mn_pextr.py",
+               "x86/unit/mn_pmovmskb.py",
                "arm/arch.py",
                "arm/sem.py",
                "aarch64/unit/mn_ubfm.py",