mbedtls/tests
Gilles Peskine 0ae58dd985 Unify MBEDTLS_TEST_OBJS
`$(MBEDTLS_TEST_OBJS)` included TLS-specific test support modules in
`tests/Makefile` but not in `programs/Makefile`. This difference is not
actually necessary. What is necessary is that all programs that use
functions from TLS-specific test support modules are linked with those
modules in addition to `-lmbedtls`, and programs that are not linked with
`-lmbedtls` are not linked with TLS-specific test support modules. Since we
always pass `-lmbedtls` when linking programs in `programs/Makefile`, we can
link with the TLS-specific test support modules as well. This keeps things
simpler.

Signed-off-by: Gilles Peskine <Gilles.Peskine@arm.com>
2024-01-02 23:11:24 +01:00
..
.jenkins
configs update headers 2023-11-02 19:47:20 +00:00
data_files Merge pull request #7649 from yuhaoth/pr/add-command-for-server9-bad-saltlen 2023-11-20 14:07:19 +00:00
docker/bionic update headers 2023-11-02 19:47:20 +00:00
git-scripts update headers 2023-11-02 19:47:20 +00:00
include test_driver_key_management: rename counter for export_public_key() hits 2023-12-04 11:04:42 +01:00
opt-testcases Merge pull request #8596 from xkqian/tls13_early_data_input_file 2023-12-11 21:14:57 +00:00
scripts Merge pull request #8637 from bensze01/fix_supported_components 2024-01-02 09:41:02 +00:00
src Merge pull request #8616 from lpy4105/issue/8553/test-driver-only-rsa 2023-12-14 11:05:55 +00:00
suites Merge pull request #8342 from yanesca/threading_test_pc 2023-12-21 12:08:41 +00:00
.gitignore Revert "Auto-generated files for v3.5.0" 2023-10-05 00:17:21 +01:00
CMakeLists.txt Explicitly link tests with pthreads 2023-12-18 14:49:34 +00:00
compat-in-docker.sh update headers 2023-11-02 19:47:20 +00:00
compat.sh Merge pull request #8462 from daverodgman/license-change 2023-11-04 15:47:07 +01:00
context-info.sh update headers 2023-11-02 19:47:20 +00:00
Descriptions.txt Revert "Remove tests that depend on TLS or X.509" 2020-03-19 14:17:54 +01:00
make-in-docker.sh update headers 2023-11-02 19:47:20 +00:00
Makefile Unify MBEDTLS_TEST_OBJS 2024-01-02 23:11:24 +01:00
ssl-opt-in-docker.sh update headers 2023-11-02 19:47:20 +00:00
ssl-opt.sh Align forced ciphersuite with test description 2023-11-28 17:52:42 +01:00