mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
Add README files explaining the differentiable programming test suite. Add lit.local.cfg files so individual tests do not need to add `REQUIRES: asserts` in these directories: - test/AutoDiff/compiler_crashers - test/AutoDiff/compiler_crashers_fixed Motivation: it is important for compiler crasher tests to require assertions enabled, because many of these tests crash on compiler assertions.
7 lines
228 B
Markdown
7 lines
228 B
Markdown
# Differentiable Programming Test Suite
|
|
|
|
This directory tests differentiable programming in Swift, described in
|
|
`docs/DifferentiableProgramming.md`.
|
|
|
|
Tests are categorized in subdirectories mimicking the directories in `test/`.
|