We use the Google C++ Testing Framework to test most of our libraries.
We use Waf to compile gtest for various platforms. We provide the Waf and wscript files needed to build the gtest library.
Clone this repository to a suitable folder:
Download the source from github by cloning the repository. Issue this command in your terminal:
git clone git://github.com/steinwurf/gtest.git
Configure and build the project:
cd gtest python waf configure python waf build
Run the unit tests:
python waf --run_tests