mirror of
https://github.com/yuzu-mirror/mbedtls.git
synced 2026-04-04 22:19:05 +00:00
Merge pull request #5131 from gilles-peskine-arm/dlopen-test
dlopen test
This commit is contained in:
commit
a0e57ef84f
6 changed files with 200 additions and 0 deletions
|
|
@ -2277,6 +2277,7 @@ component_test_make_shared () {
|
|||
msg "build/test: make shared" # ~ 40s
|
||||
make SHARED=1 all check
|
||||
ldd programs/util/strerror | grep libmbedcrypto
|
||||
programs/test/dlopen_demo.sh
|
||||
}
|
||||
|
||||
component_test_cmake_shared () {
|
||||
|
|
@ -2285,6 +2286,7 @@ component_test_cmake_shared () {
|
|||
make
|
||||
ldd programs/util/strerror | grep libmbedcrypto
|
||||
make test
|
||||
programs/test/dlopen_demo.sh
|
||||
}
|
||||
|
||||
test_build_opt () {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue