wget -c http://downloads.sourceforge.net/project/cpptest/cpptest/cpptest-2.0.0/cpptest-2.0.0.tar.gz
tar -xzf cpptest-2.0.0.tar.gz
cd cpptest-2.0.0
mkdir -p build
cd build
../configure --prefix="/usr"
make # Doesn't mind -j#
make install