diff options
| author | Fabrice Desclaux <fabrice.desclaux@cea.fr> | 2015-12-23 22:09:07 +0100 |
|---|---|---|
| committer | Fabrice Desclaux <fabrice.desclaux@cea.fr> | 2015-12-24 18:38:19 +0100 |
| commit | e3d844ba60ef0ead63dd07317a6e28f7b38cf6cd (patch) | |
| tree | a0b5f50d4f43d62fcd55d89e0dec245ffd45f8cb /test/test_all.py | |
| parent | 7dd9de865892837d275f0ef0a55f70d8df55fe43 (diff) | |
| download | miasm-e3d844ba60ef0ead63dd07317a6e28f7b38cf6cd.tar.gz miasm-e3d844ba60ef0ead63dd07317a6e28f7b38cf6cd.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 9a6b6ba7..16543b6c 100644 --- a/test/test_all.py +++ b/test/test_all.py @@ -44,6 +44,7 @@ for script in ["x86/sem.py", "x86/unit/mn_psrl_psll.py", "x86/unit/mn_pmaxu.py", "x86/unit/mn_pminu.py", + "x86/unit/mn_pcmpeq.py", "arm/arch.py", "arm/sem.py", "aarch64/unit/mn_ubfm.py", |