Skip to content

Commit 94ec56b

Browse files
committed
[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.
1 parent aca68fe commit 94ec56b

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
if 'lua' not in config.available_features:
2+
config.unsupported = True
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
if 'python' not in config.available_features:
2+
config.unsupported = True

0 commit comments

Comments
 (0)