From 2469b28ae4d73f2a6e813fc250953ae8da36d090 Mon Sep 17 00:00:00 2001 From: Fabrice Desclaux Date: Thu, 15 Nov 2018 17:14:42 +0100 Subject: Add x86 reg tests --- test/test_all.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'test/test_all.py') diff --git a/test/test_all.py b/test/test_all.py index 77dd04cf..7ea55235 100755 --- a/test/test_all.py +++ b/test/test_all.py @@ -89,6 +89,8 @@ for script in ["x86/sem.py", "x86/unit/mn_div.py", "x86/unit/test_asm_x86_64.py", "x86/unit/mn_getset128.py", + "x86/unit/mn_cmov.py", + "x86/unit/mn_rotsh.py", "arm/arch.py", "arm/sem.py", "aarch64/unit/mn_ubfm.py", -- cgit 1.4.1