Page 1 of 1

C++ Unit Testing Framework

Posted: Wed Aug 22, 2007 9:54 am
by eboyd
I have DevC++ (MinGW) & DJGPP (GCC) at my disposal.

Source forge has CPPTest, but it only lists GCC (under RedHat & Cygwin), MSVisualStudio6+, and Borland as being compatible.

Does anyone have any experience with CPPTest under MinGW or DJGPP? Or does anyone know of other unit testers they've heard of or tried?

Suggestions?

Posted: Wed Aug 22, 2007 2:48 pm
by Solar
I am not sure what should make MinGW or DJGPP incompatible to CppTest, but then I'm using homegrown stuff both at work and at home so I don't have actual experience with that.

Posted: Wed Aug 22, 2007 4:26 pm
by eboyd
I imagine it would work no problem with either...jes wondering what anyone else thinks.

I also looked at CPPUnit which is a port of sorts of JUnit which is supposed to be good. CPPUnit was downloaded off of Sourceforge much more than CPPTest, so maybe there's a good reason for it... :?

Posted: Thu Aug 23, 2007 1:10 am
by Solar
Whoops, I meant CppUnit - never heard of CppTest before.