aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xrun_tests.py2
1 files changed, 1 insertions, 1 deletions
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():