Skip to content

Commit

Permalink
Switch to threadsafe death test style
Browse files Browse the repository at this point in the history
  • Loading branch information
vitaut committed Jul 29, 2021
1 parent 0544a22 commit f1794a8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/test-main.cc
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ int main(int argc, char** argv) {
_CrtSetReportFile(_CRT_ASSERT, _CRTDBG_FILE_STDERR);
try {
testing::InitGoogleTest(&argc, argv);
testing::FLAGS_gtest_death_test_style = "threadsafe";
return RUN_ALL_TESTS();
} catch (...) {
// Catch all exceptions to make Coverity happy.
Expand Down

0 comments on commit f1794a8

Please sign in to comment.