aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/core/util/test_config.cc
diff options
context:
space:
mode:
Diffstat (limited to 'test/core/util/test_config.cc')
-rw-r--r--test/core/util/test_config.cc12
1 files changed, 12 insertions, 0 deletions
diff --git a/test/core/util/test_config.cc b/test/core/util/test_config.cc
index 6a0d444a73..fe80bb2d4d 100644
--- a/test/core/util/test_config.cc
+++ b/test/core/util/test_config.cc
@@ -397,3 +397,15 @@ void grpc_test_init(int argc, char** argv) {
concurrently running test binary */
srand(seed());
}
+
+namespace grpc {
+namespace testing {
+
+TestEnvironment::TestEnvironment(int argc, char** argv) {
+ grpc_test_init(argc, argv);
+}
+
+TestEnvironment::~TestEnvironment() {}
+
+} // namespace testing
+} // namespace grpc