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 :)