[python] Mark get_test_binary as not being a test
[oota-llvm.git] / bindings / python / llvm / tests / base.py
index 420423cd1804bdf73638dad18e8833e5f41fa836..edd7eda8708d2aaf4484647cd404e5d177d7360d 100644 (file)
@@ -27,3 +27,4 @@ class TestBase(unittest.TestCase):
                     return path
 
         raise Exception('No suitable test binaries available!')
+    get_test_binary.__test__ = False