about summary refs log tree commit diff stats
path: root/test/test_all.py
diff options
context:
space:
mode:
authorCamille Mougey <commial@gmail.com>2015-07-21 12:54:09 +0200
committerCamille Mougey <commial@gmail.com>2015-07-21 12:54:09 +0200
commit97463558ea31744a24e3330ab3227e2098878d03 (patch)
tree480e2af9a1f30c027b07c8feb2889eb8bed01a77 /test/test_all.py
parente82d888243fc5f283e7a3d5b12e5cefaf950edc5 (diff)
parent2ff7161eaba5da7845c69be28e8092f030b94bed (diff)
downloadmiasm-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.py1
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",