From e7012c7725e614ea3ced8f8af546b1b91e2447a0 Mon Sep 17 00:00:00 2001 From: John Durkop Date: Mon, 26 Oct 2020 09:55:01 -0700 Subject: [PATCH] Cleaned up test_psa_crypto_config_no_driver based on review comments Removed comment referencing test driver header path and the inclusion of the test driver directory from the build since it is not required for that test. Signed-off-by: John Durkop --- tests/scripts/all.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/tests/scripts/all.sh b/tests/scripts/all.sh index d967d572e..71f0f8e54 100755 --- a/tests/scripts/all.sh +++ b/tests/scripts/all.sh @@ -1311,8 +1311,7 @@ component_test_psa_crypto_config_no_driver() { scripts/config.py set MBEDTLS_PSA_CRYPTO_CONFIG scripts/config.py unset MBEDTLS_PSA_CRYPTO_DRIVERS scripts/config.py unset MBEDTLS_USE_PSA_CRYPTO - # Need to define the correct symbol and include the test driver header path in order to build with the test driver - make CC=gcc CFLAGS="$ASAN_CFLAGS -I../tests/include -O2" LDFLAGS="$ASAN_CFLAGS" + make CC=gcc CFLAGS="$ASAN_CFLAGS -O2" LDFLAGS="$ASAN_CFLAGS" msg "test: full + MBEDTLS_PSA_CRYPTO_CONFIG minus MBEDTLS_PSA_CRYPTO_DRIVERS" make test