Being a Windows programmer I’m not familiar with how to write unit tests using CTEST on a PLCnext platform.
I’d like to create a separate Visual Studio CTEST project that’s referencing my C++ project’s output (.so file) and running unit tests on that code. I’d also like to be able to debug these tests.
How would I do that?
Your answer is very much apprecited.