From cbea7d6e672a87e053a60ce9e95cd50b820f9311 Mon Sep 17 00:00:00 2001 From: David Horstmann Date: Fri, 10 May 2024 15:37:57 +0100 Subject: [PATCH] Add note explaining component purpose We are testing that we don't break OSS-Fuzz, primarily. Signed-off-by: David Horstmann --- tests/scripts/all.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/scripts/all.sh b/tests/scripts/all.sh index 0b7e78d573..dc78dd7a8a 100755 --- a/tests/scripts/all.sh +++ b/tests/scripts/all.sh @@ -6078,6 +6078,7 @@ support_build_cmake_custom_config_file () { } component_build_cmake_programs_no_testing () { + # Verify that the type of builds performed by oss-fuzz don't get accidentally broken msg "build: cmake with -DENABLE_PROGRAMS=ON and -DENABLE_TESTING=OFF" cmake -DENABLE_PROGRAMS=ON -DENABLE_TESTING=OFF . make