Code::Blocks Forums

User forums => Using Code::Blocks => Topic started by: Comp_Lex on March 24, 2008, 11:22:40 am

Title: C::B and unit testing
Post by: Comp_Lex on March 24, 2008, 11:22:40 am
Hi,

can you guys tell me if it's possible to do unit testing with C::B and how to do it, or, if it's not possible right now, what is the best way to do unit testing with a C::B project?
Title: Re: C::B and unit testing
Post by: killerbot on March 24, 2008, 12:33:02 pm
yes, it is possible. I would suggest : "UnitTest++" : http://unittest-cpp.sourceforge.net/

I already have a wiki article ready, needs one more final read and then posting it, it will show how it works with CB (it works prefect ;-) )
Title: Re: C::B and unit testing
Post by: Comp_Lex on March 24, 2008, 12:46:45 pm
Great  :D

Could you put a reply in this topic when the article is up?
Title: Re: C::B and unit testing
Post by: Comp_Lex on May 01, 2008, 12:00:07 am
Hi is the page up yet?