C++ Unit Testing

I believe in unit testing my code, but lets face it, it’s not always convenient to setup unit tests and keep them organized.

For NOSPB, I’ve adopted CxxTest for Unit testing. It should not be difficult to add support for a different test framework.