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
1 changed files with 2 additions and 0 deletions
|
@ -92,6 +92,8 @@ function(add_test_suite suite_name)
|
|||
|
||||
add_custom_command(
|
||||
OUTPUT
|
||||
# The output filename of generate_test_code.py is derived from the -d
|
||||
# input argument.
|
||||
test_suite_${data_name}.c
|
||||
COMMAND
|
||||
${MBEDTLS_PYTHON_EXECUTABLE}
|
||||
|
|
Loading…
Reference in a new issue