C++ Linux IDE that imports makefiles and runs boost unit tests
I am looking for开发者_如何转开发 an C++ IDE for Linux (other than Vim or Emacs :) ) that would automatically import a makefile (even better - automakefile), be able to compile the sources and on top of it run boost unit tests.
I have tried QT Creator, but it doesn't seem to import makefiles, and KDevelop which imports makefiles fine, but I couldn't figure out how to run unit tests.
I would be grateful for suggestions. Please let me know how to use the functionality I am after if its not obvious :)
Hazarding a guess: eclipse?
I know for a fact that you can use eclipse as a C++ IDE (I do), and I'm reasonably certain that there would be some plugin available for automake and boost.
Try http://www.codeblocks.org/
Netbeans might be able to do it. In any case, it can import existing projects with a makefile; not sure about the rest of your requirements though.
精彩评论