I have installed cpptest on linux (Ubuntu 16.04),Step to install.
$ cd cpptest-1.1.2/
$ ./configure
$ make
$ sudo make install.
Installation dumped some .so and .a file in user/local/lib now I want to use class "Suite" defined in .so. How to use it.