diff options
| author | Fabrice Desclaux <fabrice.desclaux@cea.fr> | 2016-04-17 22:24:29 +0200 |
|---|---|---|
| committer | serpilliere <fabrice.desclaux@cea.fr> | 2016-04-18 20:37:22 +0200 |
| commit | ef5631fd7449f547011f9239870f69fcdd0d1f95 (patch) | |
| tree | 84fa57aa0cc589dd7eb579a2d9927e611671e361 /test/test_all.py | |
| parent | c7478b7e2b98bc9a7c9198d1393732bae16341c5 (diff) | |
| download | miasm-ef5631fd7449f547011f9239870f69fcdd0d1f95.tar.gz miasm-ef5631fd7449f547011f9239870f69fcdd0d1f95.zip | |
X86/test: add pusha/popa
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 34bb0a55..53e8d513 100644 --- a/test/test_all.py +++ b/test/test_all.py @@ -58,6 +58,7 @@ for script in ["x86/sem.py", "x86/unit/mn_pinsr.py", "x86/unit/mn_pextr.py", "x86/unit/mn_pmovmskb.py", + "x86/unit/mn_pushpop.py", "arm/arch.py", "arm/sem.py", "aarch64/unit/mn_ubfm.py", |