diff options
| author | Jonas Devlieghere <jonas@devlieghere.com> | 2020-01-27 15:08:58 -0800 |
|---|---|---|
| committer | Jonas Devlieghere <jonas@devlieghere.com> | 2020-01-27 15:11:00 -0800 |
| commit | 94ec56b6d5e239a76345afeffe1cc3079235a9f6 (patch) | |
| tree | 2addc5667986298303e19c9409e9ba262ae17ca3 /lldb/test/Shell/ScriptInterpreter/Python | |
| parent | aca68feaad0efb234643cee2b609885651fa8c9a (diff) | |
| download | llvm-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.cfg | 2 |
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 |
