Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Need an Eclipse plug-in #40

Open
GoogleCodeExporter opened this issue Jun 30, 2015 · 14 comments
Open

Need an Eclipse plug-in #40

GoogleCodeExporter opened this issue Jun 30, 2015 · 14 comments

Comments

@GoogleCodeExporter
Copy link

It would be nice to have an Eclipse plug-in for Google Test.

Josha at industrial logic has done some work here.

Original issue reported on code.google.com by [email protected] on 29 Sep 2008 at 3:17

@GoogleCodeExporter
Copy link
Author

Any news in this area? 

Original comment by [email protected] on 10 Dec 2009 at 9:05

@GoogleCodeExporter
Copy link
Author

I was using the Industrial Logic plugin but it doesn't seem to work with the 
latest
edition of eclipse...

Original comment by [email protected] on 10 Dec 2009 at 10:21

@GoogleCodeExporter
Copy link
Author

I'm also waiting for this feature. Thanks in advance.

Original comment by [email protected] on 22 Mar 2010 at 5:56

@GoogleCodeExporter
Copy link
Author

Putting myself in the queue.
For me it is a reason to use (or not to use if not available).

Original comment by [email protected] on 28 Jun 2010 at 4:47

@GoogleCodeExporter
Copy link
Author

I am also very interested in an Eclipse plug-in.  

Original comment by [email protected] on 28 Jun 2010 at 5:04

@GoogleCodeExporter
Copy link
Author

Guys, don't just wait for this to happen, because it won't happen is we all 
just wait.  ;-) gtest is a community project.  Feel free to contribute a patch!

Original comment by [email protected] on 28 Jun 2010 at 5:09

@GoogleCodeExporter
Copy link
Author

Such a plugin would use the XML output of gtest as a base?
I know Eclipse has a UnitTest API that we could hook into.

Original comment by [email protected] on 29 Mar 2011 at 6:47

@GoogleCodeExporter
Copy link
Author

[deleted comment]

@GoogleCodeExporter
Copy link
Author

I was also searching for a gtest plugin for eclipse, because it really sucks to 
write scripts to compile and run the test cases outside the IDE. 

Now I'm running it without a plugin, you just need to set up one addition 
configuration for gtest.

I will try to describe may steps:

1. Eclipse creates already two configurations, if you create a new C++ project, 
Debug and Release.
2. First you need to modify one of your actual configuration, so that eclipse 
excludes your test source. I think everybody of you who uses eclipse already do 
it or should do.
If you source directory is "src/ and test is "src/test":
Project Properties -> C/C++ Generals -> Path and Symbols -> Source Location -> 
Select the folder -> Edit Filter -> Add: test/*. If there is no folder, just 
add your main source directory.

4. Now we need to create a configuration for gtest.
5. Project Propereties -> Manager Configuration -> New -> Set name "Test" -> OK
6. Set the configuration as active.
7. Now we need again to modify the exclude path, like in step 3. We remove the 
test/* filter and add main.cpp
8. Finally we need to set the gtest lib.
9. Project Properties -> C/C++ Generals -> Path and Symbols -> Libraries -> 
add: gtest and gtest_main
Maybe you have to set the library path, depends how/where you install gtest.


Original comment by [email protected] on 2 Jun 2011 at 5:00

@GoogleCodeExporter
Copy link
Author

has anybody tried out the plugin from 
https://github.com/keith-ray-IL/Eclipse-C---GoogleTest-Runner  It is supposed 
to work with Eclipse 3.5 and 3.6

Original comment by [email protected] on 31 Dec 2011 at 6:43

@GoogleCodeExporter
Copy link
Author

I am using https://github.com/xgsa/cdt-tests-runner/wiki/Tutorial

It will be a default plugin in Eclipse CDT 9.0.

Works great

Original comment by [email protected] on 16 Feb 2012 at 8:57

@GoogleCodeExporter
Copy link
Author

@Sylvian: Are your using GTest  

Original comment by [email protected] on 23 Aug 2012 at 7:10

@GoogleCodeExporter
Copy link
Author

In case you land here before you find that ECLIPSE NOW HAS SUPPORT FOR GOOGLE 
TEST:
http://stackoverflow.com/questions/16741400/eclipse-cdt-plugin-for-running-tests
-and-browsing-report

Original comment by [email protected] on 7 Aug 2013 at 4:01

@GoogleCodeExporter
Copy link
Author

I'M HAVING A HARD TIME FINDING THE RIGHT PLUGINS FOR ECLIPSE DOES ANYONE KNOW A 
WEBSITE THAT HAS JUST ALL OF THEM

Original comment by [email protected] on 1 May 2015 at 1:54

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant