Author Topic: C::B and unit testing  (Read 3713 times)

Offline Comp_Lex

  • Single posting newcomer
  • *
  • Posts: 7
C::B and unit testing
« 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?

Offline killerbot

  • Administrator
  • Lives here!
  • *****
  • Posts: 5490
Re: C::B and unit testing
« Reply #1 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 ;-) )

Offline Comp_Lex

  • Single posting newcomer
  • *
  • Posts: 7
Re: C::B and unit testing
« Reply #2 on: March 24, 2008, 12:46:45 pm »
Great  :D

Could you put a reply in this topic when the article is up?

Offline Comp_Lex

  • Single posting newcomer
  • *
  • Posts: 7
Re: C::B and unit testing
« Reply #3 on: May 01, 2008, 12:00:07 am »
Hi is the page up yet?