mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-04-16 08:42:50 +00:00
Add comment explaining generate_psa_code.py
Explain that the output filename is derived from the -d argument, so that it's obvious why the CMakefile code does what it does. Signed-off-by: David Horstmann <david.horstmann@arm.com>
This commit is contained in:
parent
7570d24d3d
commit
f602eb19ba
@ -92,6 +92,8 @@ function(add_test_suite suite_name)
|
|||||||
|
|
||||||
add_custom_command(
|
add_custom_command(
|
||||||
OUTPUT
|
OUTPUT
|
||||||
|
# The output filename of generate_test_code.py is derived from the -d
|
||||||
|
# input argument.
|
||||||
test_suite_${data_name}.c
|
test_suite_${data_name}.c
|
||||||
COMMAND
|
COMMAND
|
||||||
${MBEDTLS_PYTHON_EXECUTABLE}
|
${MBEDTLS_PYTHON_EXECUTABLE}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user