-
Notifications
You must be signed in to change notification settings - Fork 3k
CMake: Add support for Mbed TLS Greentea tests #14181
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
Conversation
74198f5 to
317333f
Compare
|
@hugueskamba, thank you for your changes. |
@hugueskamba Is it worth having in docs? readme.md where the tests are ? |
The Mbed TLS Greentea tests can now be built with CMake.
317333f to
9a1c24e
Compare
This force-push adds information about the need to use specific configuration files when building some Greentea tests. |
0xc0170
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I assume the previous tools also have these json config required to build tests so no change there.
|
This pull request has automatically been marked as stale because it has had no recent activity. @ARMmbed/mbed-os-maintainers, please start CI to get the PR merged. |
|
I'll start CI with other PRs today |
|
CI started |
Jenkins CI Test : ✔️ SUCCESSBuild Number: 1 | 🔒 Jenkins CI Job | 🌐 Logs & ArtifactsCLICK for Detailed Summary
|
Summary of changes
The Mbed TLS Greentea tests can now be built with CMake.
Building the sanity test requires the following:
cp TESTs/configs/experimental.json /path/to/mbed-os-example-tls/hashing/mbed_app.jsonmbed-os-example-tls/hashing, runmbedtools configure -t ARM -m K64F && cp -r .mbedbuild /path/to/mbed-os/connectivity/mbedtls/tests/TESTS/mbedtls/sanity/mbed-os/connectivity/mbedtls/tests/TESTS/mbedtls/sanity/, runtouch mbed-os.lib && mkdir cmake_build && cd cmake_build && cmake .. -G Ninja && cmake --build .Impact of changes
Migration actions required
Documentation
Pull request type
Test results
Reviewers