about summary refs log tree commit diff stats
path: root/test/test_all.py
diff options
context:
space:
mode:
authorserpilliere <fabrice.desclaux@cea.fr>2015-07-20 22:01:57 +0200
committerserpilliere <fabrice.desclaux@cea.fr>2015-07-20 22:01:57 +0200
commit2ff7161eaba5da7845c69be28e8092f030b94bed (patch)
tree480e2af9a1f30c027b07c8feb2889eb8bed01a77 /test/test_all.py
parentbe4fdd14245bfb4a1f69a29dc6f1605679446b78 (diff)
downloadmiasm-2ff7161eaba5da7845c69be28e8092f030b94bed.tar.gz
miasm-2ff7161eaba5da7845c69be28e8092f030b94bed.zip
X86/Test: add stack unit test
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",