diff options
author | yang-g <yangg@google.com> | 2016-02-18 15:41:56 -0800 |
---|---|---|
committer | yang-g <yangg@google.com> | 2016-02-18 15:41:56 -0800 |
commit | 7d2a3e1917ebfd4e1262020b021b3bf09d238c86 (patch) | |
tree | 0d46505693ba974291f60c352a1c52f123132a5e /tools | |
parent | 1fd052f43c6d12fa451309264dc7fec2e4faccd7 (diff) |
Refactor end2end_test. Make the credentials a separate library.
Diffstat (limited to 'tools')
-rw-r--r-- | tools/run_tests/sources_and_headers.json | 7 |
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" ] }, { |