This post contains a skeleton showing how to implement a simple
unittest using the great boost unit test library, without going all
the way, i.e. having to use bjam or writing your own testrunner.
This use case doesn't seem to be documented (clearly) anywhere in the
great docs of boost::test, so here it is, for everyone who - like me - couldn't find a recipe for this.
Continue reading "Unit testing with boost::test -- without the..." »


