Changes between Version 2 and Version 3 of code/libs/gtest
- Timestamp:
- Mar 19, 2016, 3:06:49 PM (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
code/libs/gtest
v2 v3 1 = General = 1 = Library: gtest = 2 3 == General == 2 4 3 5 gtest is a library used to write unit tests in Orxonox. It can be combined with gmock. 4 6 5 = Links = 7 == Links == 8 6 9 * Homepage: https://github.com/google/googletest 7 10 * gtest Documentation: https://github.com/google/googletest/blob/master/googletest/docs/Documentation.md 8 11 * gmock Documentation: https://github.com/google/googletest/blob/master/googlemock/docs/Documentation.md 9 12 10 = Usage in Orxonox=13 == Usage in Orxonox == 11 14 12 15 gtest and gmock are included as external sources in the orxonox repository. They are automatically built and linked if the unit tests are built.