cppunit on empeg

Posted by: Andre81

cppunit on empeg - 09/10/2007 14:14

Has anybody ever run unit tests with cppunit on the empeg?

Currently I only run the unit tests under Windows with VC++, but not with gcc under Linux and also not on the empeg.
Posted by: siberia37

Re: cppunit on empeg - 09/10/2007 16:50

Are you doing software engineering on the empeg? Why test when you can use an integrated debugger? I used to cross-compile my empeg apps via Cygwin and used GVD (also via Cygwin) to debug them.