Files
clang-p2996/lldb/test/Shell/Process/Windows/lit.local.cfg
Saleem Abdulrasool 6488bd1d51 test: add a lit configuration for Windows subdirectory
This adds a local configuration to the Windows subdirectory to filter
out the tests on non-Windows platforms using the lit filtering.
2021-11-28 18:27:47 -08:00

3 lines
82 B
INI

if 'system-windows' not in config.available_features:
config.unsupported = True