Skip to content

tests: Add library to include path when used as submodule #87

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

Merged
merged 1 commit into from
Mar 15, 2019

Conversation

Patater
Copy link
Contributor

@Patater Patater commented Mar 15, 2019

Some tests use internal-only header files, which are stored in the
'library' folder, and therefore need the library folder passed in on the
include path. For non-submoudle builds, this is set globally in the
top-level CMakeLists.txt file. For submodule builds, this is set through
target includes to a path only meaningful when Mbed Crypto is built as a
submodule.

Some tests use internal-only header files, which are stored in the
'library' folder, and therefore need the library folder passed in on the
include path. For non-submoudle builds, this is set globally in the
top-level CMakeLists.txt file. For submodule builds, this is set through
target includes to a path only meaningful when Mbed Crypto is built as a
submodule.
@Patater Patater requested review from yanesca and dgreen-arm March 15, 2019 15:49
@Patater Patater added bug Something isn't working needs: review The pull request is ready for review. This generally means that it has no known issues. labels Mar 15, 2019
@Patater Patater removed the needs: review The pull request is ready for review. This generally means that it has no known issues. label Mar 15, 2019
@Patater Patater merged commit 82b3b83 into ARMmbed:development Mar 15, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants