aboutsummaryrefslogtreecommitdiffstats
path: root/test/python/lit.local.cfg
diff options
context:
space:
mode:
Diffstat (limited to 'test/python/lit.local.cfg')
-rw-r--r--test/python/lit.local.cfg4
1 files changed, 4 insertions, 0 deletions
diff --git a/test/python/lit.local.cfg b/test/python/lit.local.cfg
new file mode 100644
index 0000000..b70b9d7
--- /dev/null
+++ b/test/python/lit.local.cfg
@@ -0,0 +1,4 @@
+config.suffixes.add('.py')
+
+if not config.enable_bindings_python:
+ config.unsupported = True