diff options
| author | Camille Mougey <commial@gmail.com> | 2018-11-18 15:15:48 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-11-18 15:15:48 +0100 |
| commit | ba4071553ea2e44ce87f58a9377dcc1d29bd81a1 (patch) | |
| tree | 17ac6d584179cfff0dcee0742202f157898e60d3 /test/test_all.py | |
| parent | 3fc672fad2d703e9e36e0e964547e67c674cc4c7 (diff) | |
| parent | 2469b28ae4d73f2a6e813fc250953ae8da36d090 (diff) | |
| download | miasm-ba4071553ea2e44ce87f58a9377dcc1d29bd81a1.tar.gz miasm-ba4071553ea2e44ce87f58a9377dcc1d29bd81a1.zip | |
Merge pull request #885 from serpilliere/x86_reg_tests
Add x86 reg tests
Diffstat (limited to 'test/test_all.py')
| -rwxr-xr-x | 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 77dd04cf..7ea55235 100755 --- a/test/test_all.py +++ b/test/test_all.py @@ -89,6 +89,8 @@ for script in ["x86/sem.py", "x86/unit/mn_div.py", "x86/unit/test_asm_x86_64.py", "x86/unit/mn_getset128.py", + "x86/unit/mn_cmov.py", + "x86/unit/mn_rotsh.py", "arm/arch.py", "arm/sem.py", "aarch64/unit/mn_ubfm.py", |