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

cmake: safely enabling automatic testing for MSVC bitpit dynamic lib/dll #272

Open
roccoarpa opened this issue Feb 11, 2022 · 0 comments
Open

Comments

@roccoarpa
Copy link
Contributor

In VS-MSVC context, executables linked to dynamic bitpit need dll of bitpit and its deps at disposal (near them or in the system path). This implies that Integration_tests/unit_tests cannot be executed automatically in this context, without copying dlls nearby them.

The most plausible solution is to provide an ad-hoc post-build command to retrieve the needed dlls and put it near the tests.
But we are open to smarter ideas.

@roccoarpa roccoarpa added this to To do in MSVC-VS porting via automation Feb 11, 2022
@andrea-iob andrea-iob added P1 - High and removed high labels Aug 10, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Development

No branches or pull requests

2 participants