about summary refs log tree commit diff stats
path: root/test/test_all.py
diff options
context:
space:
mode:
authorCamille Mougey <commial@gmail.com>2018-09-19 22:18:00 +0200
committerGitHub <noreply@github.com>2018-09-19 22:18:00 +0200
commit2f9139cbc737978d7308496bb8249a99431320e7 (patch)
treecf7cce9019808d29e87a5395d467a4810ad59859 /test/test_all.py
parent22532774f6e6f8807f98e7dd82abcbf83e7d5057 (diff)
parent806dabd0f2947466c9634e31354512961b1d2f40 (diff)
downloadmiasm-2f9139cbc737978d7308496bb8249a99431320e7.tar.gz
miasm-2f9139cbc737978d7308496bb8249a99431320e7.zip
Merge pull request #853 from serpilliere/fix_xmm_accesses
Fix xmm accesses
Diffstat (limited to 'test/test_all.py')
-rwxr-xr-xtest/test_all.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/test_all.py b/test/test_all.py
index d1ccb19f..77dd04cf 100755
--- a/test/test_all.py
+++ b/test/test_all.py
@@ -88,6 +88,7 @@ for script in ["x86/sem.py",
                "x86/unit/mn_cpuid.py",
                "x86/unit/mn_div.py",
                "x86/unit/test_asm_x86_64.py",
+               "x86/unit/mn_getset128.py",
                "arm/arch.py",
                "arm/sem.py",
                "aarch64/unit/mn_ubfm.py",