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-12-24 17:22:50 +0100
committerFabrice Desclaux <fabrice.desclaux@cea.fr>2015-12-24 18:38:19 +0100
commitc0a21589d16fba7d3b3d8233b2a595f07574ec90 (patch)
tree74103f84f15b1ff726f6b9f72e2996a7bd9178d2 /test/test_all.py
parentf95a9cb25ef0c94f9b0af8952f459e346de9b5a2 (diff)
downloadmiasm-c0a21589d16fba7d3b3d8233b2a595f07574ec90.tar.gz
miasm-c0a21589d16fba7d3b3d8233b2a595f07574ec90.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 e161e601..70187171 100644
--- a/test/test_all.py
+++ b/test/test_all.py
@@ -47,6 +47,7 @@ for script in ["x86/sem.py",
                "x86/unit/mn_pcmpeq.py",
                "x86/unit/mn_punpck.py",
                "x86/unit/mn_pinsr.py",
+               "x86/unit/mn_pextr.py",
                "arm/arch.py",
                "arm/sem.py",
                "aarch64/unit/mn_ubfm.py",