Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changes between Version 2 and Version 3 of code/libs/gtest


Ignore:
Timestamp:
Mar 19, 2016, 3:06:49 PM (8 years ago)
Author:
landauf
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • code/libs/gtest

    v2 v3  
    1 = General =
     1= Library: gtest =
     2
     3== General ==
    24
    35gtest is a library used to write unit tests in Orxonox. It can be combined with gmock.
    46
    5 = Links =
     7== Links ==
     8
    69 * Homepage: https://github.com/google/googletest
    710 * gtest Documentation: https://github.com/google/googletest/blob/master/googletest/docs/Documentation.md
    811 * gmock Documentation: https://github.com/google/googletest/blob/master/googlemock/docs/Documentation.md
    912
    10 = Usage in Orxonox =
     13== Usage in Orxonox ==
    1114
    1215gtest and gmock are included as external sources in the orxonox repository. They are automatically built and linked if the unit tests are built.