From e97492dbd0b93c58305c7d5c5b4ecc538e7f7274 Mon Sep 17 00:00:00 2001 From: ajax Date: Wed, 30 Jul 2014 14:59:29 +0200 Subject: Test: Improve x86 SSE tests (thanks to Adrien Guinet) --- 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 ae1ca741..eb1e7fcd 100644 --- a/test/test_all.py +++ b/test/test_all.py @@ -23,6 +23,7 @@ all_tests = { "test": { "architecture": [ ["arch/x86/arch.py"], + ["arch/x86/sem.py"], ["arch/arm/arch.py"], ["arch/arm/sem.py"], ["arch/msp430/arch.py"], -- cgit 1.4.1