You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: