Check that the config option list shadow file is up to date

Test that `scripts/data_files/config-options-current.txt` is up-to-date.
This file needs to change every time we add or remove a config option.

Signed-off-by: Gilles Peskine <Gilles.Peskine@arm.com>
This commit is contained in:
Gilles Peskine
2025-12-30 15:52:43 +01:00
parent 43784b54cd
commit 93ef003cdc

View File

@@ -46,6 +46,9 @@ component_check_generated_files () {
# This component ends with the generated files present in the source tree.
# This is necessary for subsequent components!
msg "Check committed generated files"
tests/scripts/check_option_lists.py
}
component_check_doxy_blocks () {