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

Dan Kegel dank at kegel.com
Wed Oct 26 13:57:42 EDT 2011


Hey folks,
I'm happily using the cdt4 generator to generate eclipse
projects.   The result doesn't seem very eclipse-y to my untrained
eye, but it's close enough to get work done.

Next question: how does one trigger "make test" from eclipse?
In the java world, I think a plugin is used to do that.
( http://help.eclipse.org/helios/index.jsp?topic=%2Forg.eclipse.jdt.doc.user%2FgettingStarted%2Fqs-junit.htm
)
Is there a corresponding plugin for cmake?  It oughtta be pretty simple... all
it has to do is add a "run tests" button somewhere.

It might be nice to have that button let you select
which tests to run, but I'd settle for one that ran all tests.
- Dan


More information about the CMake mailing list