Test that the shared library build with CMake works

This commit is contained in:
Gilles Peskine 2019-07-03 20:43:05 +02:00
parent abf9b4dee8
commit cf74050fea

View file

@ -1032,6 +1032,13 @@ component_test_make_shared () {
make SHARED=1 all check -j1
}
component_test_cmake_shared () {
msg "build/test: cmake shared" # ~ 2min
cmake -DUSE_SHARED_MBEDTLS_LIBRARY=On .
make
make test
}
component_build_mbedtls_config_file () {
msg "build: make with MBEDTLS_CONFIG_FILE" # ~40s
# Use the full config so as to catch a maximum of places where