mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-04-01 13:20:30 +00:00
Add note explaining component purpose
We are testing that we don't break OSS-Fuzz, primarily. Signed-off-by: David Horstmann <david.horstmann@arm.com>
This commit is contained in:
parent
041ed42555
commit
cbea7d6e67
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user