mirror of
https://github.com/apple/swift.git
synced 2026-06-20 15:42:51 +02:00
266c00d285
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
|