diff options
| author | Fabrice Desclaux <fabrice.desclaux@cea.fr> | 2016-01-06 13:43:34 +0100 |
|---|---|---|
| committer | Fabrice Desclaux <fabrice.desclaux@cea.fr> | 2016-01-06 13:43:34 +0100 |
| commit | 55c24ef7ad982a700fcf1f3ae4296cf99019fbb5 (patch) | |
| tree | 9bb4d742967a9b1123ae586f2b4c26b0eff02e39 /test/test_all.py | |
| parent | d961127e15c8d47d4f7a121bab74d613b8eba04d (diff) | |
| download | miasm-55c24ef7ad982a700fcf1f3ae4296cf99019fbb5.tar.gz miasm-55c24ef7ad982a700fcf1f3ae4296cf99019fbb5.zip | |
Test: add x86 reg test
Diffstat (limited to 'test/test_all.py')
| -rw-r--r-- | 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 70187171..e52123ea 100644 --- a/test/test_all.py +++ b/test/test_all.py @@ -48,6 +48,7 @@ for script in ["x86/sem.py", "x86/unit/mn_punpck.py", "x86/unit/mn_pinsr.py", "x86/unit/mn_pextr.py", + "x86/unit/mn_pmovmskb.py", "arm/arch.py", "arm/sem.py", "aarch64/unit/mn_ubfm.py", |