1
0
mirror of https://github.com/Mbed-TLS/mbedtls.git synced 2025-06-02 02:01:43 +03:00

Fix unnecessary header prefix in tests

Remove unnecessary "../library" prefix from test suite include. This
aligns the test suite with the development branch

Signed-off-by: David Horstmann <david.horstmann@arm.com>
This commit is contained in:
David Horstmann 2023-08-30 15:34:34 +01:00
parent 3e325aafbd
commit 1804a15342

View File

@ -10,7 +10,7 @@
* before changing how test data is constructed or validated.
*/
#include "../library/psa_crypto_its.h"
#include "psa_crypto_its.h"
#include "test/psa_helpers.h"