diff options
| author | Ajax <commial@gmail.com> | 2017-02-02 17:06:41 +0100 |
|---|---|---|
| committer | Ajax <commial@gmail.com> | 2017-02-02 17:06:41 +0100 |
| commit | 4231ba3c4783d1692227331abd24d806dfc0f805 (patch) | |
| tree | 562df9dc61f6855309cb807be7da7d6a3a0ebc99 /test/test_all.py | |
| parent | bb96e18db435760fca4ff80f012f69e656e0c699 (diff) | |
| download | miasm-4231ba3c4783d1692227331abd24d806dfc0f805.tar.gz miasm-4231ba3c4783d1692227331abd24d806dfc0f805.zip | |
Add regression test for CPUID support
Diffstat (limited to 'test/test_all.py')
| -rwxr-xr-x | 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 e49ce514..ab9e4b9b 100755 --- a/test/test_all.py +++ b/test/test_all.py @@ -77,6 +77,7 @@ for script in ["x86/sem.py", "x86/unit/mn_pmovmskb.py", "x86/unit/mn_pushpop.py", "x86/unit/mn_seh.py", + "x86/unit/mn_cpuid.py", "arm/arch.py", "arm/sem.py", "aarch64/unit/mn_ubfm.py", |