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-23 20:58:36 +0100
committerFabrice Desclaux <fabrice.desclaux@cea.fr>2015-12-24 18:38:19 +0100
commitd8dd590fddd67466b0f919f2cfc3702a221cbf1b (patch)
treee78c639292fbebc0a1ae1125f6728236f3f5f392 /test/test_all.py
parent9955709c355d5b822730a9cf7e8bfd47a3773c48 (diff)
downloadmiasm-d8dd590fddd67466b0f919f2cfc3702a221cbf1b.tar.gz
miasm-d8dd590fddd67466b0f919f2cfc3702a221cbf1b.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 1be8d7e2..66afc332 100644
--- a/test/test_all.py
+++ b/test/test_all.py
@@ -42,6 +42,7 @@ for script in ["x86/sem.py",
                "x86/unit/mn_int.py",
                "x86/unit/mn_pshufb.py",
                "x86/unit/mn_psrl_psll.py",
+               "x86/unit/mn_pmaxu.py",
                "arm/arch.py",
                "arm/sem.py",
                "aarch64/unit/mn_ubfm.py",