bitpit icon indicating copy to clipboard operation
bitpit copied to clipboard

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

Open roccoarpa opened this issue 3 years ago • 0 comments

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 avatar Feb 11 '22 16:02 roccoarpa