home | list info | list archive | date index | thread index

Re: [OCLUG-Tech] Cpp Unit Test Framework

I've been using Boost's unit testing framework for a while. It's platform independent, compiler independent, works with any Make system and doesn't rely on a heavy framework like Qt or GTK.

http://www.boost.org/doc/libs/1_52_0/libs/test/doc/html/index.html

J-F

On Sat 05 Jan 2013 11:01:58 AM EST, Paul B. wrote:
I'm specing out a personal project right now, and I've grown intrigued by the prospects of doing some proper unit testing.

I'll admit to being overwhelmed by the number of cpp unit test frameworks, and wanted to test drive something popular in dev land and attractive in professional circles.

What's defining the zeitgeist in this area? What's the best "free as in freedom" option?

Cheers!
-Paul