Skip to content

v1.13.0

Compare
Choose a tag to compare
@derekmauro derekmauro released this 17 Jan 18:52

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)