Hello everyone,
I'm trying to build unit tests for an application I'm doing. The build system is CMake, but I can't find much docs about QtTest integration with it.
Is that that I just need to build each test as an independent app, make the build script for each one, tell the general CMakeLists that it needs to build those, and then use:
add_test(src/tests/SomeModule/test_app) ?
Thanks in advance,
Tomas
Bookmarks