diff --git a/tests/scripts/all.sh b/tests/scripts/all.sh index 1ceeff84da..bfc57668b2 100755 --- a/tests/scripts/all.sh +++ b/tests/scripts/all.sh @@ -6340,6 +6340,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