On Wed, Oct 26, 2011 at 7:09 PM, Alexander Neundorf
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
> flexi
On Wednesday 26 October 2011, Dan Kegel wrote:
> On Wed, Oct 26, 2011 at 6:18 PM, Alexander Neundorf
>
> wrote:
> > It would be nice if you could give cmake from current git master a try. I
> > have put some more work into it, and now you should get also a virtual
> > folder containing all target
On Wed, Oct 26, 2011 at 6:18 PM, Alexander Neundorf
wrote:
> It would be nice if you could give cmake from current git master a try. I have
> put some more work into it, and now you should get also a virtual folder
> containing all targets (each with a Build and a Clean target) and their
> associa
On Wednesday 26 October 2011, Dan Kegel wrote:
> 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.
It would be nice if you could give cmake from current git maste
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.