diff options
| author | Fabrice Desclaux <fabrice.desclaux@cea.fr> | 2015-12-23 20:20:11 +0100 |
|---|---|---|
| committer | Fabrice Desclaux <fabrice.desclaux@cea.fr> | 2015-12-24 18:38:19 +0100 |
| commit | edbcc5c17d02788b92871d2e8db4c758e199d719 (patch) | |
| tree | 225ca6fa710246524dc4690d2be1f7884bb01343 /test/test_all.py | |
| parent | 51a38b43d5ab72831828c1bd4dad169968f8197d (diff) | |
| download | miasm-edbcc5c17d02788b92871d2e8db4c758e199d719.tar.gz miasm-edbcc5c17d02788b92871d2e8db4c758e199d719.zip | |
Test: add x86 reg test
Diffstat (limited to 'test/test_all.py')
| -rw-r--r-- | test/test_all.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/test/test_all.py b/test/test_all.py index 71ea51a5..1be8d7e2 100644 --- a/test/test_all.py +++ b/test/test_all.py @@ -40,6 +40,8 @@ for script in ["x86/sem.py", "x86/unit/mn_daa.py", "x86/unit/mn_das.py", "x86/unit/mn_int.py", + "x86/unit/mn_pshufb.py", + "x86/unit/mn_psrl_psll.py", "arm/arch.py", "arm/sem.py", "aarch64/unit/mn_ubfm.py", |