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
hello
our test presets have bunch of environment variables (composed by conan due to our dependency graph) which we need in order to launch the tests,
we were expecting to see those vars along the ctest command.
but the command ctest invokes is:
ctest.exe -T test --output-on-failure --build-config Debug -R ^MyProj\.MyTest$
Due to the missing env vars the tests fail when running from the test explorer.
Running ctest —preset ${my-preset} from the terminal pass the env vars to my test executables
CMake Tools Diagnostics
Debug Log
Additional Information
No response
The text was updated successfully, but these errors were encountered:
Brief Issue Summary
hello
our test presets have bunch of environment variables (composed by
conan
due to our dependency graph) which we need in order to launch the tests,we were expecting to see those vars along the
ctest
command.but the command
ctest
invokes is:Due to the missing env vars the tests fail when running from the test explorer.
Running
ctest
—preset ${my-preset} from the terminal pass the env vars to my test executablesCMake Tools Diagnostics
Debug Log
Additional Information
No response
The text was updated successfully, but these errors were encountered: