diff options
| author | Fabrice Desclaux <fabrice.desclaux@cea.fr> | 2015-12-23 21:51:38 +0100 |
|---|---|---|
| committer | Fabrice Desclaux <fabrice.desclaux@cea.fr> | 2015-12-24 18:38:19 +0100 |
| commit | 8f5cd4efc8bc1442a413d7909ee3ee5edc486321 (patch) | |
| tree | 83863a540322da52b898d833d52a0fdc7cde71c0 /test/test_all.py | |
| parent | 865111f69ce947216cbdbc7b70f84595bfb3fb0d (diff) | |
| download | miasm-8f5cd4efc8bc1442a413d7909ee3ee5edc486321.tar.gz miasm-8f5cd4efc8bc1442a413d7909ee3ee5edc486321.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 66afc332..9a6b6ba7 100644 --- a/test/test_all.py +++ b/test/test_all.py @@ -43,6 +43,7 @@ for script in ["x86/sem.py", "x86/unit/mn_pshufb.py", "x86/unit/mn_psrl_psll.py", "x86/unit/mn_pmaxu.py", + "x86/unit/mn_pminu.py", "arm/arch.py", "arm/sem.py", "aarch64/unit/mn_ubfm.py", |