From 0a4818164de8b35fff1b80020d2f7a6ede8f7036 Mon Sep 17 00:00:00 2001 From: Jussi Pakkanen Date: Sat, 8 Mar 2014 23:19:32 +0200 Subject: Run object tests on i686, too. --- run_tests.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'run_tests.py') diff --git a/run_tests.py b/run_tests.py index 387b69e..11a6c0e 100755 --- a/run_tests.py +++ b/run_tests.py @@ -141,7 +141,7 @@ def run_tests(): objtests = gather_tests('test cases/prebuilt object') if environment.is_linux(): cpuid = platform.machine() - if cpuid != 'x86_64' and cpuid != 'i386': + if cpuid != 'x86_64' and cpuid != 'i386' and cpuid != 'i686': # Don't have a prebuilt object file for those so skip. objtests = [] if environment.is_osx(): -- cgit v1.1