mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2026-04-07 12:57:18 +02:00
Indicate which dependencies are not implemented. This makes it feasible to audit the not-implemented detection. The generated test cases that are detected as never-executed now have one or more `DEPENDENCY_NOT_IMPLEMENTED_YET_PSA_WANT_xxx` instead of a single `DEPENDENCY_NOT_IMPLEMENTED`. This does not affect when the test cases run. Signed-off-by: Gilles Peskine <Gilles.Peskine@arm.com>