about summary refs log tree commit diff stats
path: root/test/test_all.py
diff options
context:
space:
mode:
authorCamille Mougey <commial@gmail.com>2016-01-08 14:07:24 +0100
committerCamille Mougey <commial@gmail.com>2016-01-08 14:07:24 +0100
commitc86694812fcd935a7310e7ce96018d973c464f56 (patch)
tree9bb4d742967a9b1123ae586f2b4c26b0eff02e39 /test/test_all.py
parentee96ee5e19f6c6712a871a19c07eb89c35e3dce5 (diff)
parent55c24ef7ad982a700fcf1f3ae4296cf99019fbb5 (diff)
downloadmiasm-c86694812fcd935a7310e7ce96018d973c464f56.tar.gz
miasm-c86694812fcd935a7310e7ce96018d973c464f56.zip
Merge pull request #297 from serpilliere/add_sse_instr
Add sse instr
Diffstat (limited to 'test/test_all.py')
-rw-r--r--test/test_all.py9
1 files changed, 9 insertions, 0 deletions
diff --git a/test/test_all.py b/test/test_all.py
index 71ea51a5..e52123ea 100644
--- a/test/test_all.py
+++ b/test/test_all.py
@@ -40,6 +40,15 @@ for script in ["x86/sem.py",
                "x86/unit/mn_daa.py",
                "x86/unit/mn_das.py",
                "x86/unit/mn_int.py",
+               "x86/unit/mn_pshufb.py",
+               "x86/unit/mn_psrl_psll.py",
+               "x86/unit/mn_pmaxu.py",
+               "x86/unit/mn_pminu.py",
+               "x86/unit/mn_pcmpeq.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",