mbedtls/tests
Ronald Cron b6d6d4c61a tests: Add helpers.c and helpers.h files
The purpose of helpers.c file is to contain the helper
functions that have been in helpers.function so far and
that are not related to the mechanism of unit test
execution and not related to random number generation
(will be moved in a dedicated file).

The purpose of helpers.h is to contain the interface
exposed by helpers.c thus helper function prototypes.

Make the changes in the build systems (make and cmake)
to build helpers.c and link it to test executables
along with mbedtls library.

Signed-off-by: Ronald Cron <ronald.cron@arm.com>
2020-06-12 14:33:00 +02:00
..
.jenkins
configs Add a test component with malloc(0) returning NULL 2020-02-11 19:26:28 +01:00
data_files Normalize line endings 2020-05-27 21:55:08 +02:00
docker/bionic
git-scripts
include/test tests: Add helpers.c and helpers.h files 2020-06-12 14:33:00 +02:00
scripts Merge pull request #3363 from bensze01/zeroize 2020-06-10 11:31:38 +01:00
src tests: Add helpers.c and helpers.h files 2020-06-12 14:33:00 +02:00
suites tests: Add helpers.c and helpers.h files 2020-06-12 14:33:00 +02:00
.gitignore tests: Add helpers.c and helpers.h files 2020-06-12 14:33:00 +02:00
CMakeLists.txt tests: Add helpers.c and helpers.h files 2020-06-12 14:33:00 +02:00
compat-in-docker.sh
compat.sh Revert "Remove tests that depend on TLS or X.509" 2020-03-19 14:17:54 +01:00
context-info.sh Add tests for the ssl_context_info program 2020-04-15 16:21:36 +02: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
Makefile tests: Add helpers.c and helpers.h files 2020-06-12 14:33:00 +02:00
ssl-opt-in-docker.sh
ssl-opt.sh Saving the serialized context to a file 2020-04-17 16:26:43 +02:00