Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [cdt-dev] CDT Test Runner for CppUTest

Hi Steven,

There is no plan to support CppUTest at this moment. It should be possible to implement this test runner as a plug-in that extends the CDT Unit Testing Framework. Given the relatively low popularity of CppUTest, perhaps it would be best to host this project outside of the CDT code base for now.

Here's a page to help you getting started:
http://wiki.eclipse.org/Getting_started_with_CDT_development

In addition to the projects listed there, you should import those projects:
org.eclipse.cdt.testsrunner
org.eclipse.cdt.testsrunner.boost
org.eclipse.cdt.testsrunner.gtest
org.eclipse.cdt.testsrunner.qttest
org.eclipse.cdt.testsrunner.test

Hope this helps!

Marc-Andre

On 02/21/2013 05:28 AM, Steven Mak wrote:
Hi CDT team,

Do you have any plan for supporting CppUTest (www.cpputest.org) as one of the test runners?

Or can I know where to look at in terms of contributing code on this?

Thanks,
Steven
_______________________________________________
cdt-dev mailing list
cdt-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/cdt-dev



Back to the top