[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:
Jonas Devlieghere 2020-01-27 15:08:58 -08:00
parent aca68feaad
commit 94ec56b6d5
2 changed files with 4 additions and 0 deletions

View File

@ -0,0 +1,2 @@
if 'lua' not in config.available_features:
config.unsupported = True

View File

@ -0,0 +1,2 @@
if 'python' not in config.available_features:
config.unsupported = True