Skip to content

Commit 3b56d29

Browse files
List all the places with instructions to generate those files
Signed-off-by: Gilles Peskine <Gilles.Peskine@arm.com>
1 parent 9a3771e commit 3b56d29

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

tests/scripts/check-generated-files.sh

+5
Original file line numberDiff line numberDiff line change
@@ -121,6 +121,11 @@ check()
121121
# the format must be "check SCRIPT FILENAME...". For other source files,
122122
# any shell syntax is permitted (including e.g. command substitution).
123123

124+
# Note: Instructions to generate those files are replicated in:
125+
# - **/Makefile (to (re)build them with make)
126+
# - **/CMakeLists.txt (to (re)build them with cmake)
127+
# - scripts/make_generated_files.bat (to generate them under Windows)
128+
124129
check scripts/generate_errors.pl library/error.c
125130
check scripts/generate_query_config.pl programs/test/query_config.c
126131
check scripts/generate_driver_wrappers.py library/psa_crypto_driver_wrappers.c

0 commit comments

Comments
 (0)