mbedtls/tests
Ronald Cron 02c78b7825 tests: Create an include folder
Create an include folder dedicated to include files for
tests. With the upcoming work on tests for PSA crypto
drivers the number of includes specific to tests is going
to increase significantly thus create a dedicated folder.

Don't put the include files in the include folder but in
include/test folder. This way test headers can be included
using a test/* path pattern as mbedtls and psa headers
are included using an mbedtls/* and psa/* path pattern.
This makes explicit the scope of the test headers.

Move the existing includes for tests into include/test and
update the code and build systems (make and cmake)
accordingly.

Signed-off-by: Ronald Cron <ronald.cron@arm.com>
2020-06-10 16:03:05 +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: Create an include folder 2020-06-10 16:03:05 +02:00
scripts Merge pull request #3363 from bensze01/zeroize 2020-06-10 11:31:38 +01:00
suites tests: Create an include folder 2020-06-10 16:03:05 +02:00
.gitignore tests: Create an include folder 2020-06-10 16:03:05 +02:00
CMakeLists.txt tests: Create an include folder 2020-06-10 16:03:05 +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: Create an include folder 2020-06-10 16:03:05 +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