From cd04020dac91d1133e8e79c389d63d68a0d31301 Mon Sep 17 00:00:00 2001 From: Dave Rodgman Date: Thu, 29 Jun 2023 09:29:00 +0100 Subject: [PATCH] Add comment Signed-off-by: Dave Rodgman --- tests/scripts/all.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/tests/scripts/all.sh b/tests/scripts/all.sh index a4c30c5ecf..5b0a7563bc 100755 --- a/tests/scripts/all.sh +++ b/tests/scripts/all.sh @@ -3361,6 +3361,10 @@ component_build_tfm_armcc() { } component_build_aes_variations() { # ~45s + # aes.o has many #if defined(...) guards that intersect in complex ways. + # Test that all the combinations build cleanly. The most common issue is + # unused variables/functions, so ensure -Wunused is set. + msg "build: aes.o for all combinations of relevant config options" for a in set unset; do for b in set unset; do