diff options
author | yang-g <yangg@google.com> | 2016-10-13 15:58:31 -0700 |
---|---|---|
committer | yang-g <yangg@google.com> | 2016-10-13 16:45:53 -0700 |
commit | 4287998855258e4f90ddbeee7fac8d98707ff12e (patch) | |
tree | 42d86e70ed6abbdf6165209981c63dc35a499324 /tools | |
parent | 770137b01ded519a78126031cc00b2afc377bb39 (diff) |
Add a test spouse for server context
Diffstat (limited to 'tools')
-rw-r--r-- | tools/run_tests/sources_and_headers.json | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/tools/run_tests/sources_and_headers.json b/tools/run_tests/sources_and_headers.json index c05d194e19..cb25ea9afa 100644 --- a/tools/run_tests/sources_and_headers.json +++ b/tools/run_tests/sources_and_headers.json @@ -4929,6 +4929,23 @@ "type": "lib" }, { + "deps": [ + "grpc++" + ], + "headers": [ + "include/grpc++/test/server_context_test_spouse.h" + ], + "is_filegroup": false, + "language": "c++", + "name": "grpc++_test", + "src": [ + "include/grpc++/test/server_context_test_spouse.h", + "src/cpp/test/server_context_test_spouse.cc" + ], + "third_party": false, + "type": "lib" + }, + { "deps": [], "headers": [ "test/cpp/util/test_config.h" |