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 23:03:58 +0100
committerFabrice Desclaux <fabrice.desclaux@cea.fr>2015-12-24 18:38:19 +0100
commitd5029cf5db186414413fe45601f66b333b89599c (patch)
treee5c8cee7aa00dde104f22ccb9248eab193025b3c /test/test_all.py
parent20f23a90dfacfdfa17d764922d83ee99827ad799 (diff)
downloadmiasm-d5029cf5db186414413fe45601f66b333b89599c.tar.gz
miasm-d5029cf5db186414413fe45601f66b333b89599c.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 16543b6c..2370ab18 100644
--- a/test/test_all.py
+++ b/test/test_all.py
@@ -45,6 +45,7 @@ for script in ["x86/sem.py",
                "x86/unit/mn_pmaxu.py",
                "x86/unit/mn_pminu.py",
                "x86/unit/mn_pcmpeq.py",
+               "x86/unit/mn_punpck.py",
                "arm/arch.py",
                "arm/sem.py",
                "aarch64/unit/mn_ubfm.py",