Are the test sources included in the plugin? And if so, how do i execute the tests?
Am 06.08.2010 02:00 schrieb "Tobi" <listaccount@xxxxxxxxxx>:Rainer Blickle wrote:
In the Vodcatcher plugin I used CxxTest:
> How do you (everyone subscribed to this list) test your developed code ?
http://projects.vdr-developer.org/git/?p=vdr-plugin-vodcatcher.git;a=tree
TomG uses CxxTest in the Sudoku plugin as well:
http://projects.vdr-developer.org/git/?p=vdr-plugin-sudoku.git;a=tree
In general unit testing C++ code can be kinda painful compared to Nunit,
Junit or RSpec. CxxTest was the best C++ unit testing tool I could find,
but maybe there exists something better now.
Besides this you can use Valgrind to hunt down mem leaks and cppcheck for
static code analysis.
Tobias
_______________________________________________
vdr mailing list
vdr@xxxxxxxxxxx
http://www.linuxtv...
_______________________________________________ vdr mailing list vdr@xxxxxxxxxxx http://www.linuxtv.org/cgi-bin/mailman/listinfo/vdr