1

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.

Sample C++ codeenter image description here

  • Can you try the answer here https://stackoverflow.com/questions/17889799/libraries-in-usr-local-lib-not-found – Haitham A. El-Ghareeb Jul 25 '17 at 11:40
  • Thanks Karel, I have modified question. See sample c++ code which is done on Windows – Pravin Holkar Jul 25 '17 at 11:40
  • @karel That is the way specified in the github repo. I am glad there is a way to do it in ubuntu directly. Could you confirm those are the correct commands (I search and there is not so much info on this) – KansaiRobot May 29 '22 at 23:13
  • @PravinHolkar I am not sure I understand your question. You have been able to install cpptest right? so what is the problem? the usage? – KansaiRobot May 29 '22 at 23:14
  • @KansaiRobot It's the same commands as here: https://askubuntu.com/a/1030/ which are also the sane commands as in the INSTALL.quick.in file from the official cpptest GitHub repository: https://github.com/cpptest/cpptest – karel May 30 '22 at 02:01

0 Answers0