[CMake] Integrating cmake into eclipse: running test cases from gui?

Dan Kegel dank at kegel.com
Wed Oct 26 16:13:47 EDT 2011


On Wed, Oct 26, 2011 at 7:09 PM, Alexander Neundorf
<a.neundorf-work at gmx.net> wrote:
>> What if I want to run all tests?
>
> Double click the "test" target in the top level directory of the "Makefile
> targets" view.

Ah, handy, thanks.

> What does not exist, but what might be nice, is something which provides the
> flexibility of ctest within Eclipse, e.g. run only tests which match some
> regexp, etc.
> Maybe this would have to be done as Eclipse plugin ?

Yes.   (And since I use google test, whereas some other people might use ctest,
it might be interesting getting that plugin to enumerate tests
across both frameworks.)
- Dan


More information about the CMake mailing list