I am in a project where we application for POS devices. The language is C/C++, we use a cross-compiler, eclipse kepler and ubuntu. I wonder what is the best unit testing framework for my case. I would like to use something enough documented and preferably simple.
I tried with CppUTest but I dont find the documentation for its eclipse plugin to be sufficient https://github.com/cpputest/CppUTestEclipsePlugin.
Another personal experience on a unit test framework using this environment would very be helpful.