We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9a3771e commit 3b56d29Copy full SHA for 3b56d29
tests/scripts/check-generated-files.sh
@@ -121,6 +121,11 @@ check()
121
# the format must be "check SCRIPT FILENAME...". For other source files,
122
# any shell syntax is permitted (including e.g. command substitution).
123
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
+
129
check scripts/generate_errors.pl library/error.c
130
check scripts/generate_query_config.pl programs/test/query_config.c
131
check scripts/generate_driver_wrappers.py library/psa_crypto_driver_wrappers.c
0 commit comments