Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Version 1 (modified by landauf, 8 years ago) (diff)

General

gtest is a library used to write unit tests in Orxonox. It can be combined with gmock.

Links

Usage in Orxonox

gtest and gmock are included as external sources in the orxonox repository. They are automatically built and linked if the unit tests are built.

Tips

To disable a test, add the DISABLED_ its name.