Enable generated PSA wrappers

Code in unit tests (`tests/suites/*.function`) and in test support
code (`tests/src/**.c`) will now go through the wrapper functions when they
call a PSA API function and `MBEDTLS_TEST_HOOKS` is enabled.

Signed-off-by: Gilles Peskine <Gilles.Peskine@arm.com>
This commit is contained in:
Gilles Peskine 2024-01-04 16:44:16 +01:00
parent b7119c527c
commit 50580a51ff

View File

@ -17,6 +17,8 @@
#include <psa/crypto.h>
#include "test/psa_test_wrappers.h"
#if defined(MBEDTLS_USE_PSA_CRYPTO)
#include "mbedtls/psa_util.h"
#endif