Files
swift-mirror/test/AutoDiff/lit.local.cfg
Dan Zheng 6dd557a557 [AutoDiff] NFC: garden tests. (#30588)
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.
2020-03-23 15:22:27 -07:00

3 lines
96 B
INI

if 'differentiable_programming' not in config.available_features:
config.unsupported = True