Files
mbedtls/tests
Gilles Peskine 1a56a83759 Fix and simplify test assertions
mbedtls_test_fail does not copy the failure explanation string, so
passing a string on the stack doesn't work. This fixes a garbage
message that would appear if a test triggered a non-implemented code
path.

More generally, just use TEST_ASSERT instead of explicitly calling
mbedtls_test_fail, since we aren't playing any tricks with the error
location.

Signed-off-by: Gilles Peskine <Gilles.Peskine@arm.com>
Signed-off-by: TRodziewicz <rodziewicz@gmail.com>
2021-02-25 11:02:16 +01:00
..
2021-02-25 11:02:16 +01:00
2020-09-07 14:01:52 +02:00