From 93ef003cdc2b5bdeea803dff471a2a6189beba49 Mon Sep 17 00:00:00 2001 From: Gilles Peskine Date: Tue, 30 Dec 2025 15:52:43 +0100 Subject: [PATCH] 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 --- tests/scripts/components-basic-checks.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tests/scripts/components-basic-checks.sh b/tests/scripts/components-basic-checks.sh index e791ad065c..199396df30 100644 --- a/tests/scripts/components-basic-checks.sh +++ b/tests/scripts/components-basic-checks.sh @@ -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 () {