Skip to content

Commit

Permalink
Add init gtest call
Browse files Browse the repository at this point in the history
  • Loading branch information
jlatusek committed Apr 22, 2024
1 parent db802bf commit 9d8ea8e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/support/UnitTest.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ namespace test {

int RunAllTests()
{
testing::InitGoogleTest(nullptr, nullptr);
pw::unit_test::LoggingEventHandler handler;
pw::unit_test::RegisterEventHandler(&handler);

return RUN_ALL_TESTS();
}

Expand Down

0 comments on commit 9d8ea8e

Please sign in to comment.