How can I set the search path used by Test Explorer (Visual Studio 2017 - version 15.9.33)?
Currently, Test Explorer does not list my Test Cases because some of my DLLs cannot be found in the system search path, the DLLs are build by projects of my solution.
When I extend the system search path (PATH) by the DLLs build directories Test Explorer lists my tests.
How/where can I extend the system search path (PATH) for Test Explorer?
The following was tried without success:
- CMake set_tests_properties
- CMake add_test COMMAND
- Options -> Test Adapater for Google Test -> test execution -> PATH extension