Merge 4f3439a804d1ac9b15dea7c0953e4b0e74e7140d into 7140cd416cecd7462a8aae488024abeee55598e4

This commit is contained in:
Enji Cooper 2026-06-11 19:28:11 +02:00 committed by GitHub
commit 648551d634
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -264,6 +264,7 @@ GTEST_DEFINE_bool_(
testing::GetDefaultFailFast()),
"True if and only if a test failure should stop further test execution.");
GTEST_DECLARE_bool_(fail_if_no_test_linked);
GTEST_DEFINE_bool_(
fail_if_no_test_linked,
testing::internal::BoolFromGTestEnv("fail_if_no_test_linked", false),