Merge pull request #5131 from gilles-peskine-arm/dlopen-test

dlopen test
This commit is contained in:
Gilles Peskine 2021-11-25 22:03:27 +01:00 committed by GitHub
commit a0e57ef84f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 200 additions and 0 deletions

View file

@ -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 () {