mirror of
https://github.com/Mbed-TLS/mbedtls-framework.git
synced 2026-08-31 07:19:54 +00:00
test_driver.py: Get rid of one subdirectory in include/ limitation
Get rid of one subdirectory in include/ limitation. Prefix all file basename instead of changing the name of `include/mbedtls` to `include/libtestdriver1`. Signed-off-by: Ronald Cron <[email protected]>
This commit is contained in:
@@ -78,7 +78,7 @@ typedef psa_crypto_driver_pake_step_t libtestdriver1_psa_crypto_driver_pake_step
|
||||
*/
|
||||
#if defined(TF_PSA_CRYPTO_TEST_LIBTESTDRIVER1)
|
||||
#define LIBTESTDRIVER1_PSA_DRIVER_INTERNAL_HEADER(basename) \
|
||||
<../../libtestdriver1/src/basename>
|
||||
<../src/libtestdriver1-basename>
|
||||
#else
|
||||
#if MBEDTLS_VERSION_MAJOR < 4
|
||||
#define LIBTESTDRIVER1_PSA_DRIVER_INTERNAL_HEADER(basename) \
|
||||
|
||||
Reference in New Issue
Block a user