Skip to content

Commit

Permalink
ldd check
Browse files Browse the repository at this point in the history
  • Loading branch information
geedo0 committed Mar 6, 2024
1 parent dceaee0 commit bc026df
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tests/ci/integration/run_strongswan_integration.sh
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,9 @@ function strongswan_build() {
--disable-dependency-tracking --enable-silent-rules --enable-test-vectors \
--enable-monolithic=no --enable-leak-detective=no --enable-asan
make -j ${NUM_CPU_THREADS}
local openssl_plugin="${STRONGSWAN_SRC_FOLDER}/src/libstrongswan/plugins/openssl/.libs/libstrongswan-openssl.so"
ldd ${openssl_plugin} \
| grep "${AWS_LC_INSTALL_FOLDER}/lib/libcrypto.so" || exit 1
}

function strongswan_run_tests() {
Expand Down

0 comments on commit bc026df

Please sign in to comment.