mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2026-05-09 03:04:24 +02:00
Merge pull request #9153 from gilles-peskine-arm/oid-limits-2.28
2.28 only: Fix the build without check_config.h (inclusion of limits.h)
This commit is contained in:
@@ -886,6 +886,13 @@ component_test_default_out_of_box () {
|
||||
tests/scripts/run_demos.py
|
||||
}
|
||||
|
||||
component_build_without_check_config () {
|
||||
msg "build: full without check_config.h"
|
||||
scripts/config.py full
|
||||
sed -i '/#include.*check_config\.h/ s!^!//!' "$CONFIG_H"
|
||||
make
|
||||
}
|
||||
|
||||
component_test_default_cmake_gcc_asan () {
|
||||
msg "build: cmake, gcc, ASan" # ~ 1 min 50s
|
||||
CC=gcc cmake -D CMAKE_BUILD_TYPE:String=Asan .
|
||||
|
||||
Reference in New Issue
Block a user