mirror of
https://github.com/yuzu-emu/mbedtls.git
synced 2025-01-24 10:41:09 +00:00
Test that the shared library build with CMake works
This commit is contained in:
parent
87bf1b5cf4
commit
2c47ffc37f
|
@ -970,6 +970,13 @@ component_test_make_shared () {
|
||||||
make SHARED=1 all check
|
make SHARED=1 all check
|
||||||
}
|
}
|
||||||
|
|
||||||
|
component_test_cmake_shared () {
|
||||||
|
msg "build/test: cmake shared" # ~ 2min
|
||||||
|
cmake -DUSE_SHARED_MBEDTLS_LIBRARY=On .
|
||||||
|
make
|
||||||
|
make test
|
||||||
|
}
|
||||||
|
|
||||||
component_build_mbedtls_config_file () {
|
component_build_mbedtls_config_file () {
|
||||||
msg "build: make with MBEDTLS_CONFIG_FILE" # ~40s
|
msg "build: make with MBEDTLS_CONFIG_FILE" # ~40s
|
||||||
# Use the full config so as to catch a maximum of places where
|
# Use the full config so as to catch a maximum of places where
|
||||||
|
|
Loading…
Reference in a new issue