diff options
| author | Fabrice Desclaux <fabrice.desclaux@cea.fr> | 2018-09-18 13:28:27 +0200 |
|---|---|---|
| committer | Fabrice Desclaux <fabrice.desclaux@cea.fr> | 2018-09-19 10:14:10 +0200 |
| commit | 806dabd0f2947466c9634e31354512961b1d2f40 (patch) | |
| tree | cf7cce9019808d29e87a5395d467a4810ad59859 /test/test_all.py | |
| parent | 9922de74bc01932f1bdc4139e6ecc1f17f50d2a7 (diff) | |
| download | miasm-806dabd0f2947466c9634e31354512961b1d2f40.tar.gz miasm-806dabd0f2947466c9634e31354512961b1d2f40.zip | |
Test: add pcmpeq and 128bit regs get/set
Diffstat (limited to 'test/test_all.py')
| -rwxr-xr-x | test/test_all.py | 1 |
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", |