Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[tf-psa-crypto] Add test_tf_psa_crypto_cmake_shared to components-build-system.sh #181

Open
wants to merge 7 commits into
base: development
Choose a base branch
from

Conversation

valeriosetti
Copy link
Contributor

@valeriosetti valeriosetti commented Feb 25, 2025

Description

Part of #138

PR checklist

dlopen was unintentionally removed in
d3b897d. This commit just adds it back
with:

    git checkout d3b897d -- programs/test/dlopen.c

but it does not modify its content. This will be done in follow-up
commits.

Signed-off-by: Valerio Setti <vsetti@baylibre.com>
This commit also adds support for building dlopen in CMakeList.txt.

Signed-off-by: Valerio Setti <vsetti@baylibre.com>
Program files do not have a 100% common pattern to be built, so intead
of a for-loop, we create a common function that sets up what can be
shared and then each program is built on its own.

Signed-off-by: Valerio Setti <vsetti@baylibre.com>
This avoid target name clashing with the dlopen program in the main
repository.

Signed-off-by: Valerio Setti <vsetti@baylibre.com>
Signed-off-by: Valerio Setti <vsetti@baylibre.com>
The path of the dynamic library should be set using LD_LIBRARY_PATH
environment variable.

Signed-off-by: Valerio Setti <vsetti@baylibre.com>
Signed-off-by: Valerio Setti <vsetti@baylibre.com>
@valeriosetti valeriosetti added size-s Estimated task size: small (~2d) needs-review Every commit must be reviewed by at least two team members needs-reviewer This PR needs someone to pick it up for review priority-high High priority - will be reviewed soon needs-ci Needs to pass CI tests labels Feb 25, 2025
@valeriosetti valeriosetti self-assigned this Feb 25, 2025
@valeriosetti valeriosetti removed the needs-ci Needs to pass CI tests label Feb 26, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
needs-review Every commit must be reviewed by at least two team members needs-reviewer This PR needs someone to pick it up for review priority-high High priority - will be reviewed soon size-s Estimated task size: small (~2d)
Projects
Status: TF-PSA-Crypto all.sh 2 - misc
Development

Successfully merging this pull request may close these issues.

2 participants