C++ Unit Testing Framework

Programming, for all ages and all languages.
Post Reply
User avatar
eboyd
Member
Member
Posts: 97
Joined: Thu Jul 26, 2007 9:18 am
Location: United States

C++ Unit Testing Framework

Post 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?
User avatar
Solar
Member
Member
Posts: 7615
Joined: Thu Nov 16, 2006 12:01 pm
Location: Germany
Contact:

Post 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.
Every good solution is obvious once you've found it.
User avatar
eboyd
Member
Member
Posts: 97
Joined: Thu Jul 26, 2007 9:18 am
Location: United States

Post 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... :?
User avatar
Solar
Member
Member
Posts: 7615
Joined: Thu Nov 16, 2006 12:01 pm
Location: Germany
Contact:

Post by Solar »

Whoops, I meant CppUnit - never heard of CppTest before.
Every good solution is obvious once you've found it.
Post Reply