diff --git a/src/lib/support/UnitTest.cpp b/src/lib/support/UnitTest.cpp index 1e45384cb1c370..124f9d910339ec 100644 --- a/src/lib/support/UnitTest.cpp +++ b/src/lib/support/UnitTest.cpp @@ -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(); }