From 2ff7161eaba5da7845c69be28e8092f030b94bed Mon Sep 17 00:00:00 2001 From: serpilliere Date: Mon, 20 Jul 2015 22:01:57 +0200 Subject: X86/Test: add stack unit test --- test/test_all.py | 1 + 1 file changed, 1 insertion(+) (limited to 'test/test_all.py') 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", -- cgit 1.4.1