Fix non-file elements appearing in
`generate_test_cert_macros.py --list-dependencies`. That only worked
because Mbed TLS didn't call it as intended (not done in `CMakeLists.txt`
or `make_generated_files.py`, and buggy in `tests/Makefile`).
Signed-off-by: Gilles Peskine <Gilles.Peskine@arm.com>
As part of the move to generate test_keys.h
and test_certs.h in the build tree instead of
the source tree, change their default location
to `tests/include/test` to minimize the number
of new paths for headers.
Signed-off-by: Ronald Cron <ronald.cron@arm.com>
Tell the test certificate generation script to get the jinja template
from, and output the resulting header to, the framework repo.
Signed-off-by: David Horstmann <david.horstmann@arm.com>
These files are now in the same directory as mbedtls_framework, so there
is no need to import any kind of path-modifying module.
Signed-off-by: David Horstmann <david.horstmann@arm.com>