I've been using that lately on OIIO and OSL, and for our simple needs it works just fine. Also nice because if you're already using Boost for anything else, you can use its unit tests without adding any new dependencies.
-- lg
On Jul 21, 2010, at 8:57 AM, Jeremy Selan wrote:
Boost sounds great; let's start with that.
-- Jeremy
On Wed, Jul 21, 2010 at 7:31 AM, Bruno Nicoletti <bruno.j....@...> wrote:
We use boost's unit test suite here as well, a few quibbles but it works fairly well.
b
On 21 July 2010 15:23, Malcolm Humphreys <malcolmh...@...> wrote:
Hi,
I would like to write tests for the work that I do.
What unit test framework are you planning on using, as I guess it adds another dependancy. I have gotten used to using the boost framework but I'm sure you have something else planned.