Running QTests with CLion and CMake

Is there a way to have a Test Runner for QTests?

I have several Test classes, every Tests class is one target in CMake, so I end up with several targets that I would need to run one after the other.
In KDevelop I have the option to see all available Tests in a separate Window and start all of them at once or single tests. You have something like that with ReSharper in Visual Studio but in CLion I don't see this functionality. At least something that runs "make test" would be nice and shows me the results.

1

Please sign in to leave a comment.