diff options
| author | Camille Mougey <commial@gmail.com> | 2015-07-21 12:54:09 +0200 |
|---|---|---|
| committer | Camille Mougey <commial@gmail.com> | 2015-07-21 12:54:09 +0200 |
| commit | 97463558ea31744a24e3330ab3227e2098878d03 (patch) | |
| tree | 480e2af9a1f30c027b07c8feb2889eb8bed01a77 /test/test_all.py | |
| parent | e82d888243fc5f283e7a3d5b12e5cefaf950edc5 (diff) | |
| parent | 2ff7161eaba5da7845c69be28e8092f030b94bed (diff) | |
| download | miasm-97463558ea31744a24e3330ab3227e2098878d03.tar.gz miasm-97463558ea31744a24e3330ab3227e2098878d03.zip | |
Merge pull request #196 from serpilliere/fix_pushw
Fix pushw
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 895dbdac..f59e3781 100644 --- a/test/test_all.py +++ b/test/test_all.py @@ -35,6 +35,7 @@ testset += RegressionTest(["x86/arch.py"], base_dir="arch", for script in ["x86/sem.py", "x86/unit/mn_strings.py", "x86/unit/mn_float.py", + "x86/unit/mn_stack.py", "arm/arch.py", "arm/sem.py", "msp430/arch.py", |