Testing C++ Code with UnitTest++ on Android
I’m sure you’ve come across a unit testing framework or two. At least with me, the concept of running automated tests to make sure that changes don’t break my code, caught on very quickly.
My favourite unit testing framework for C++ code is UnitTest++, which I’ve been using for a while now. Because of recently announced additional features in UnitTest++ that make it easier to run tests on Android, I’m outlining here the steps to get your unit tests running on Google’s mobile operating system.
Read full post >>


