mirror of
https://github.com/intel/llvm.git
synced 2026-01-30 14:07:28 +08:00
Mark the whole Python or Lua test directory as unsupported when the corresponding language is not available.
3 lines
74 B
INI
3 lines
74 B
INI
if 'python' not in config.available_features:
|
|
config.unsupported = True
|