mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
Add test/AutoDiff/lit.local.cfg: run tests only when `differentiable_programming` is enabled in lit. With this, individual tests no longer need `REQUIRES: differentiable_programming`. Move multi-functionality SIL tests from test/AutoDiff/SIL/Serialization to test/AutoDiff/SIL. Garden test filenames.
3 lines
96 B
INI
3 lines
96 B
INI
if 'differentiable_programming' not in config.available_features:
|
|
config.unsupported = True
|