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

Building tests on Windows requires elevated environment #686

Closed
simonbutcher opened this issue Nov 11, 2016 · 2 comments
Closed

Building tests on Windows requires elevated environment #686

simonbutcher opened this issue Nov 11, 2016 · 2 comments
Labels

Comments

@simonbutcher
Copy link
Contributor

simonbutcher commented Nov 11, 2016

When building the tests for Visual Studio, executing cmake to generate the necessary Visual Studio project files requires an elevated command prompt because of the use of mklink to create a hard link.

If this is changed to a junction in tests\CMakeLists.txt. e.g. mklink /d /j this shouldn't be necessary any longer.

@ciarmcom
Copy link

ARM Internal Ref: IOTSSL-1097

@redtangent
Copy link
Contributor

Fixed by PR #688 on development and PR #689 on mbed TLS 2.1.

Backport for mbed TLS 1.3 not necessary as the tests subdirectory is not built on 1.3.

yanesca added a commit that referenced this issue Apr 14, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants