Funambol CPP Unit is a tiny and stripped down version of CPP unit suitable for embedded systems. It is used to test Funambol C++ API on Symbian and other embedded systems that do not support the full fledged version of CPP Unit.
This retailed version does not provide all CPP unit functionalities, but only a small subset. It is possible to create a test suite by deriving TestFixture and declare atomic tests. The implementation is simple C++ code without dependencies on the platform (beside the ability to create and print into a file). The library has several limitations compared to the real CPPUnit, but it is not aimed at growing. Its purpose is to be really simple and portable with no effort on any platform. If more features are needed it is better to consider porting CPPUnit.
At the moment a runner is provided only for Symbian. This runner simply executes all the tests and produces a report in a file.
If you're interested in this project you can browse the subversion repository online or checkhout a working copy (use guest as username in case you are not logged in). Contributions are welcome.