Skip to content
Snippets Groups Projects
Commit 14e60e9f authored by Craig Tiller's avatar Craig Tiller
Browse files

Use C signal handling in C++ end2end

parent e1e2475b
No related branches found
No related tags found
No related merge requests found
...@@ -34,6 +34,7 @@ ...@@ -34,6 +34,7 @@
#include <chrono> #include <chrono>
#include <thread> #include <thread>
#include "test/core/util/test_config.h"
#include "test/cpp/util/echo_duplicate.pb.h" #include "test/cpp/util/echo_duplicate.pb.h"
#include "test/cpp/util/echo.pb.h" #include "test/cpp/util/echo.pb.h"
#include "src/cpp/util/time.h" #include "src/cpp/util/time.h"
...@@ -435,6 +436,7 @@ TEST_F(End2endTest, BadCredentials) { ...@@ -435,6 +436,7 @@ TEST_F(End2endTest, BadCredentials) {
} // namespace grpc } // namespace grpc
int main(int argc, char** argv) { int main(int argc, char** argv) {
grpc_test_init(argc, argv);
grpc_init(); grpc_init();
::testing::InitGoogleTest(&argc, argv); ::testing::InitGoogleTest(&argc, argv);
int result = RUN_ALL_TESTS(); int result = RUN_ALL_TESTS();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment