You can install googletest1.8.0-6 using apt. The instructions on the Wiki
(https://wiki.gnucash.org/wiki/Google_Test) came from before googletest was
available in apt.
The script should have done that but to check it is properly installed.
apt list --installed | grep google
should return
googletest/bionic,now 1.8.0-6 amd64 [installed]
or
dpkg -l | grep google
which will re
ii googletest:amd64 1.8.0-6
amd64 Google's C++ test framework
will tell you if it is installed on your system
whereis googletest
should give: googletest: /usr/src/googletest/googletest
whereis gtest
will give: gtest: /usr/include/gtest
and
whereis gmock
should return: gmock: /usr/include/gmock /usr/share/gmock
David Cousens
-----
David Cousens
--
Sent from: http://gnucash.1415818.n4.nabble.com/GnuCash-User-f1415819.html
_______________________________________________
gnucash-user mailing list
[email protected]
To update your subscription preferences or to unsubscribe:
https://lists.gnucash.org/mailman/listinfo/gnucash-user
If you are using Nabble or Gmane, please see
https://wiki.gnucash.org/wiki/Mailing_Lists for more information.
-----
Please remember to CC this list on all your replies.
You can do this by using Reply-To-List or Reply-All.