github google/googletest v1.13.0

latest releases: v1.15.2, v1.15.1, v1.15.0...
20 months ago

Release Notes

GoogleTest will not accept patches of new features to the v1.13.x branch.
We recommend building GoogleTest from the latest commit instead.
Exceptional critical bug fixes may be considered.

C++ Language Support

Notable Changes

  • Floating point prints full precision by default to aid in debugging (9c33214)
  • GTEST_FAIL_AT now terminates the test (like ASSERT_*), rather than failing and continuing (like EXPECT_*) (6f14952)
  • Added testing::SrcDir(), which returns the configured directory for test data files (912db74)

Don't miss a new googletest release

NewReleases is sending notifications on new releases.