Re: [vdr] test-infrastructure

2010-08-06 Thread Tobi
Am 06.08.2010 10:12, schrieb Rainer Blickle: Are the test sources included in the plugin? Yes And if so, how do i execute the tests? For the vodcatcher plugin: make runtests Tobias ___ vdr mailing list vdr@linuxtv.org http://www.linuxtv.org/cg

Re: [vdr] test-infrastructure

2010-08-06 Thread Rainer Blickle
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" : Rainer Blickle wrote: > How do you (everyone subscribed to this list) test your developed code ? In the Vodcatcher plugin I used CxxTest: http://projects.vdr-developer.org/gi

Re: [vdr] test-infrastructure

2010-08-05 Thread Tobi
Rainer Blickle wrote: > How do you (everyone subscribed to this list) test your developed code ? In the Vodcatcher plugin I used CxxTest: 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/

Re: [vdr] test-infrastructure

2010-08-02 Thread Udo Richter
Am 02.08.2010 13:50, schrieb Rainer Blickle: > How do you (everyone subscribed to this list) test your developed code ? Dogfood testing, mainly. After some manual testing, most stuff quickly moves on to the production system, and if it survives there for some days, its ready to release. After rele

Re: [vdr] test-infrastructure

2010-08-02 Thread VDR User
On Mon, Aug 2, 2010 at 4:50 AM, Rainer Blickle wrote: > i have a question regarding testing infrastructure in the vdr project: > Is there any infrastructure for automated tests used by the developer. > The only infrastructure i know of is the remote control. svdrp > commands could be used for auto

[vdr] test-infrastructure

2010-08-02 Thread Rainer Blickle
Hi folks, i have a question regarding testing infrastructure in the vdr project: Is there any infrastructure for automated tests used by the developer. The only infrastructure i know of is the remote control. svdrp commands could be used for automated testing, but i never seen one using it. How d