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:
parent
16d5160504
commit
63c1cf7eaa
@ -1111,7 +1111,6 @@ component_check_test_dependencies () {
|
|||||||
# No PSA equivalent - needed by some init tests
|
# No PSA equivalent - needed by some init tests
|
||||||
echo "MBEDTLS_ENTROPY_NV_SEED" >> $expected
|
echo "MBEDTLS_ENTROPY_NV_SEED" >> $expected
|
||||||
# No PSA equivalent - required to run threaded tests.
|
# No PSA equivalent - required to run threaded tests.
|
||||||
echo "MBEDTLS_THREADING_C" >> $expected
|
|
||||||
echo "MBEDTLS_THREADING_PTHREAD" >> $expected
|
echo "MBEDTLS_THREADING_PTHREAD" >> $expected
|
||||||
|
|
||||||
# Compare reality with expectation.
|
# Compare reality with expectation.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user