From aa2966091bd406a346c50de01d58c504ab33dc93 Mon Sep 17 00:00:00 2001 From: Ronald Cron Date: Fri, 30 Aug 2024 08:35:56 +0200 Subject: [PATCH] Restore testing of all reference configs Signed-off-by: Ronald Cron --- tests/scripts/components-configuration.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/scripts/components-configuration.sh b/tests/scripts/components-configuration.sh index f41f3d3f8e..64590472ac 100644 --- a/tests/scripts/components-configuration.sh +++ b/tests/scripts/components-configuration.sh @@ -141,7 +141,7 @@ component_test_ref_configs () { # dependency resolution for generated files and just rely on them being # present (thanks to pre_generate_files) by turning GEN_FILES off. CC=$ASAN_CC cmake -D GEN_FILES=Off -D CMAKE_BUILD_TYPE:String=Asan . - tests/scripts/test-ref-configs.pl config-tfm.h + tests/scripts/test-ref-configs.pl } component_test_full_cmake_clang () {