[python] Add some paths where to find test binary
[oota-llvm.git] / bindings / python / llvm / tests / base.py
index edd7eda8708d2aaf4484647cd404e5d177d7360d..ff9eb2fc143862515188fd21a30d58fb7503a84e 100644 (file)
@@ -7,9 +7,11 @@ POSSIBLE_TEST_BINARIES = [
 ]
 
 POSSIBLE_TEST_BINARY_PATHS = [
+    '/usr/lib/debug',
     '/lib',
     '/usr/lib',
     '/usr/local/lib',
+    '/lib/i386-linux-gnu',
 ]
 
 class TestBase(unittest.TestCase):