| Index: testing/embedder_test.cpp
|
| diff --git a/testing/embedder_test.cpp b/testing/embedder_test.cpp
|
| index fc6b4dbc80cf862ad89cb47a62f231a3f324d3c1..4cb4025b9ec77fe0f91dd4e88ecd11d6d4ddff59 100644
|
| --- a/testing/embedder_test.cpp
|
| +++ b/testing/embedder_test.cpp
|
| @@ -340,5 +340,6 @@ int EmbedderTest::AlertTrampoline(IPDF_JSPLATFORM* platform,
|
| int main(int argc, char** argv) {
|
| g_exe_path_ = argv[0];
|
| testing::InitGoogleTest(&argc, argv);
|
| + testing::InitGoogleMock(&argc, argv);
|
| return RUN_ALL_TESTS();
|
| }
|
|
|