mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-03-30 16:20:11 +00:00
Add all.sh component for programs without tests
Check that we can build under CMake with ENABLE_TESTING=OFF but ENABLE_PROGRAMS=ON. Signed-off-by: David Horstmann <david.horstmann@arm.com>
This commit is contained in:
parent
1238b37573
commit
041ed42555
@ -6077,6 +6077,14 @@ support_build_cmake_custom_config_file () {
|
|||||||
support_test_cmake_out_of_source
|
support_test_cmake_out_of_source
|
||||||
}
|
}
|
||||||
|
|
||||||
|
component_build_cmake_programs_no_testing () {
|
||||||
|
msg "build: cmake with -DENABLE_PROGRAMS=ON and -DENABLE_TESTING=OFF"
|
||||||
|
cmake -DENABLE_PROGRAMS=ON -DENABLE_TESTING=OFF .
|
||||||
|
make
|
||||||
|
}
|
||||||
|
support_build_cmake_programs_no_testing () {
|
||||||
|
support_test_cmake_out_of_source
|
||||||
|
}
|
||||||
|
|
||||||
component_build_zeroize_checks () {
|
component_build_zeroize_checks () {
|
||||||
msg "build: check for obviously wrong calls to mbedtls_platform_zeroize()"
|
msg "build: check for obviously wrong calls to mbedtls_platform_zeroize()"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user