Hi, I'm ok with this as GoogleTest is an xUnit framework which makes life easier once we want to add unit tests for other languages.
As for the license this is not a problem as long as we don't copy the code into our repository (and even then it is possible because it is BSD 3clause), which we should not do. We should specify which version needs to be installed and check if it is available at buildtime. A quick search found this demo: https://github.com/bast/gtest-demo which links to googletest via submodule which is not what I would prefer. Instead use a similar installation procedure as defined in 3rdParty/buildLinuxDependencies.sh and download GoogleTest to 3rdParty/buildCache or similar. MfG / Regards Christian Beer Am 17.01.2018 um 21:36 schrieb Vitalii Koshura: > Hello @all, > > As I wrote before I want to add unit test support to test existing XML > parser and move to another 3rd-party XML parser further. > > So I have a question: can we use Google Test library in our project ( > https://github.com/google/googletest )? I am curious about the license. I > do not have understanding with all these licenses so I ask you to help me > with this. > > Also does anyone have any objections to use this library? > > Thanks > > Best regards, > Vitalii Koshura > _______________________________________________ > boinc_dev mailing list > [email protected] > https://lists.ssl.berkeley.edu/mailman/listinfo/boinc_dev > To unsubscribe, visit the above URL and > (near bottom of page) enter your email address. _______________________________________________ boinc_dev mailing list [email protected] https://lists.ssl.berkeley.edu/mailman/listinfo/boinc_dev To unsubscribe, visit the above URL and (near bottom of page) enter your email address.
