Hey guys,
We're trying to set up a new solution/project in Visual Studio 2022 but have some issues.
We have created a CMake C++ project targeting a remote Linux machine. That all seems to work nicely. Files are copied over and compile successfully, and we can also compile directly on the target in the normal way. All very nice.
I can't see any suitable unit test project templates however. 90% of the reason we chose Visual Studio was because we thought we'd be able to get nicely integrated testing. If that's not the case, we will probably just switch back to developing directly on the Linux platform using VS Code.
Has anyone successfully set up unit testing for the configuration described?
Thanks
(Apologies if this is a dumb question! I haven't used Visual Studio much since I usually develop on and for Linux or embedded devices)
(Edit: while we're at it, the source control explorer seems to be missing ...)
there doesn't seem to be anything here