1
0
mirror of https://github.com/ARMmbed/mbedtls.git synced 2025-07-23 17:48:42 +08:00

Remove MBEDTLS_THREADING_C check in check_test_dependencies

At the moment our tests only check for MBEDTLS_THREADIN_PTHREAD

Signed-off-by: Ryan Everett <ryan.everett@arm.com>
This commit is contained in:
Ryan Everett 2024-03-05 17:35:16 +00:00
parent 16d5160504
commit 63c1cf7eaa

View File

@ -1111,7 +1111,6 @@ component_check_test_dependencies () {
# No PSA equivalent - needed by some init tests
echo "MBEDTLS_ENTROPY_NV_SEED" >> $expected
# No PSA equivalent - required to run threaded tests.
echo "MBEDTLS_THREADING_C" >> $expected
echo "MBEDTLS_THREADING_PTHREAD" >> $expected
# Compare reality with expectation.