aboutsummaryrefslogtreecommitdiff
path: root/lldb/test/Shell/ScriptInterpreter/Python
diff options
context:
space:
mode:
authorJonas Devlieghere <jonas@devlieghere.com>2020-01-27 15:08:58 -0800
committerJonas Devlieghere <jonas@devlieghere.com>2020-01-27 15:11:00 -0800
commit94ec56b6d5e239a76345afeffe1cc3079235a9f6 (patch)
tree2addc5667986298303e19c9409e9ba262ae17ca3 /lldb/test/Shell/ScriptInterpreter/Python
parentaca68feaad0efb234643cee2b609885651fa8c9a (diff)
downloadllvm-94ec56b6d5e239a76345afeffe1cc3079235a9f6.zip
llvm-94ec56b6d5e239a76345afeffe1cc3079235a9f6.tar.gz
llvm-94ec56b6d5e239a76345afeffe1cc3079235a9f6.tar.bz2
[lldb/Test] Use lit.local.cfg to mark whole directory as (un)supported.
Mark the whole Python or Lua test directory as unsupported when the corresponding language is not available.
Diffstat (limited to 'lldb/test/Shell/ScriptInterpreter/Python')
-rw-r--r--lldb/test/Shell/ScriptInterpreter/Python/lit.local.cfg2
1 files changed, 2 insertions, 0 deletions
diff --git a/lldb/test/Shell/ScriptInterpreter/Python/lit.local.cfg b/lldb/test/Shell/ScriptInterpreter/Python/lit.local.cfg
new file mode 100644
index 0000000..945a561
--- /dev/null
+++ b/lldb/test/Shell/ScriptInterpreter/Python/lit.local.cfg
@@ -0,0 +1,2 @@
+if 'python' not in config.available_features:
+ config.unsupported = True