mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2026-07-31 00:37:08 +08:00
In terms of CMake, we want it to be part of the mbedtls_test_helpers object collection, which as the name does not suggest, is actually for SSL, and not part of mbedtls_test which is generic. The easiest way to achieve that is to move the source file to test_helpers which again as the name does not reflect is for SSL. Then we just need ssl_server2 and ssl_client2 to link to mbedtls_test_helpers. Signed-off-by: Manuel Pégourié-Gonnard <manuel.pegourie-gonnard@arm.com> |
||
|---|---|---|
| .. | ||
| .jenkins | ||
| configs | ||
| git-scripts | ||
| include | ||
| opt-testcases | ||
| scripts | ||
| src | ||
| suites | ||
| .gitignore | ||
| CMakeLists.txt | ||
| compat-in-docker.sh | ||
| compat.sh | ||
| context-info.sh | ||
| Descriptions.txt | ||
| make-in-docker.sh | ||
| Makefile | ||
| ssl-opt.sh | ||