Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Eclipse Add-on for unit testing in C

I know there is a Eclipse add-on for junit testing available. That bring up a question, is there also a tool for C unit testing available?

like image 511
Peter Avatar asked Nov 13 '22 22:11

Peter


1 Answers

The last Eclipse CDT release (juno) now has built-in support for C/C++ unit testing framework integration.

See the following release note for more information.
This feature was originally developed here

like image 102
greydet Avatar answered Nov 15 '22 11:11

greydet