mirror of
https://github.com/cuberite/polarssl.git
synced 2025-08-04 11:16:07 -04: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>