1
0
mirror of https://github.com/Mbed-TLS/mbedtls.git synced 2025-08-07 06:42:56 +03:00

Merge pull request #8636 from paul-elliott-arm/new_test_thread_interface

New test thread interface
This commit is contained in:
Janos Follath
2024-02-08 12:35:40 +00:00
committed by GitHub
27 changed files with 233 additions and 91 deletions

View File

@@ -13,7 +13,7 @@
#include "ssl_test_lib.h"
#if defined(MBEDTLS_TEST_HOOKS)
#include "test/helpers.h"
#include "test/threading_helpers.h"
#endif
#if !defined(MBEDTLS_SSL_TEST_IMPOSSIBLE)