Talk:UnitTesting

From Code::Blocks
Revision as of 14:04, 7 September 2012 by Ollydbg (talk | contribs) (question about pedantic.)

The UnitTest site is moved to Google code unittestpp - UnitTest++ is a unit testing framework for C++ - Google Project Hosting, see: http://sourceforge.net/mailarchive/message.php?msg_id=24525726 Ollydbg 10:51, 22 August 2012 (CEST)

Why do you enable "-pedantic", this will introduce a gcc warning about usage of "long long" (I'm using winXP, GCC 4.6.x), to avoid such warning, I just disable the "pedantic" option. Ollydbg 16:04, 7 September 2012 (CEST)