aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools/run_tests/sources_and_headers.json
diff options
context:
space:
mode:
authorGravatar David G. Quintas <dgq@google.com>2016-02-19 12:36:44 -0800
committerGravatar David G. Quintas <dgq@google.com>2016-02-19 12:36:44 -0800
commit8e92ce40625b221a63574922d9ff7298a4bf486e (patch)
tree05ff123a4ee81e517fb370d71741ce8ae8d6fadb /tools/run_tests/sources_and_headers.json
parentc261802f19d6da6c6cdee1f0ca63596a5b083853 (diff)
parent12a0a2c20b5f377b4495d257ee961a111c3dff6e (diff)
Merge pull request #5318 from yang-g/end2end_cred_provider
Refactor end2end_test. Make the credentials a separate library.
Diffstat (limited to 'tools/run_tests/sources_and_headers.json')
-rw-r--r--tools/run_tests/sources_and_headers.json7
1 files changed, 5 insertions, 2 deletions
diff --git a/tools/run_tests/sources_and_headers.json b/tools/run_tests/sources_and_headers.json
index 5b1b67439d..80edd6d467 100644
--- a/tools/run_tests/sources_and_headers.json
+++ b/tools/run_tests/sources_and_headers.json
@@ -4186,7 +4186,8 @@
"test/cpp/util/cli_call.h",
"test/cpp/util/create_test_channel.h",
"test/cpp/util/string_ref_helper.h",
- "test/cpp/util/subprocess.h"
+ "test/cpp/util/subprocess.h",
+ "test/cpp/util/test_credentials_provider.h"
],
"language": "c++",
"name": "grpc++_test_util",
@@ -4202,7 +4203,9 @@
"test/cpp/util/string_ref_helper.cc",
"test/cpp/util/string_ref_helper.h",
"test/cpp/util/subprocess.cc",
- "test/cpp/util/subprocess.h"
+ "test/cpp/util/subprocess.h",
+ "test/cpp/util/test_credentials_provider.cc",
+ "test/cpp/util/test_credentials_provider.h"
]
},
{