diff options
| author | Fabrice Desclaux <fabrice.desclaux@cea.fr> | 2015-12-24 00:45:12 +0100 |
|---|---|---|
| committer | Fabrice Desclaux <fabrice.desclaux@cea.fr> | 2015-12-24 18:38:19 +0100 |
| commit | 7b23f2d519bc80870ea9d79c5cda02cef5141ce6 (patch) | |
| tree | edc2a11976a7526ea0065f2365ad16103e763645 /test/test_all.py | |
| parent | af7e524f56ba0bf1dce26b9c968c0806c418ea47 (diff) | |
| download | miasm-7b23f2d519bc80870ea9d79c5cda02cef5141ce6.tar.gz miasm-7b23f2d519bc80870ea9d79c5cda02cef5141ce6.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 2370ab18..e161e601 100644 --- a/test/test_all.py +++ b/test/test_all.py @@ -46,6 +46,7 @@ for script in ["x86/sem.py", "x86/unit/mn_pminu.py", "x86/unit/mn_pcmpeq.py", "x86/unit/mn_punpck.py", + "x86/unit/mn_pinsr.py", "arm/arch.py", "arm/sem.py", "aarch64/unit/mn_ubfm.py", |