forked from OSchip/llvm-project
[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.
This commit is contained in:
parent
aca68feaad
commit
94ec56b6d5
|
@ -0,0 +1,2 @@
|
|||
if 'lua' not in config.available_features:
|
||||
config.unsupported = True
|
|
@ -0,0 +1,2 @@
|
|||
if 'python' not in config.available_features:
|
||||
config.unsupported = True
|
Loading…
Reference in New Issue