From f602eb19bacaa5d411b1ccf000db361ca3b1c468 Mon Sep 17 00:00:00 2001 From: David Horstmann Date: Wed, 20 Oct 2021 16:40:56 +0100 Subject: [PATCH] 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 --- tests/CMakeLists.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/CMakeLists.txt b/tests/CMakeLists.txt index 53692465b..c88476968 100644 --- a/tests/CMakeLists.txt +++ b/tests/CMakeLists.txt @@ -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}