fgen is a free command line tool that facilitates cross platform c++ development, including header generation, cpp file generation, makefile generation, unit test framework generation, etc.
Most C++ test frameworks are like JUnit. Unfortunately C++ lacks reflection and lots of boiler plate code is needed for JUnit style tests. This framework tries to minimize the amount of boiler plate code required for simple test. Just enjoy writing tests!