mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
These will be still exercised when targeting macOS, Linux and Windows. Addresses rdar://111854328
5 lines
228 B
INI
5 lines
228 B
INI
if ("remote_run" in config.available_features or
|
|
"device_run" in config.available_features):
|
|
lit_config.note("Skipping build system tests, since they are not supported on remote executors")
|
|
config.unsupported = True
|