Is it possible to run all QTests from the CLion Test Runner?
I have a CMake file that creates one target per Test Class, which ends up in several test targets that I can run one by one from CLion, but I haven't figured out how to run them all at once.
CMake has the "test" target, which I can build with "make test" from the test directory, but this target is not listed in CLion.