Hi, I currently have a VM that I use to debug my executables. It has the environment setup that is needed by the programs. Naturally, the tests also depend on this environment (nothing was really mocked).
The machine hosting the VM is my dev machine, it only has CMake & Visual Studio. I set it up to remote debug on the VM, which accesses the compiled binaries via network shared folder. Is there a way I can just run the tests on the VM with CTest? I don't want to have to install Perforce, Visual Studio, and CMake on my VM if I can avoid it. Note both machines are running Windows. Thanks. -- Powered by www.kitware.com Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html Please keep messages on-topic and check the CMake FAQ at: http://www.cmake.org/Wiki/CMake_FAQ Follow this link to subscribe/unsubscribe: http://www.cmake.org/mailman/listinfo/cmake
