diff options
author | apolcyn <apolcyn@google.com> | 2018-03-26 14:34:57 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-03-26 14:34:57 -0700 |
commit | bd6bdf93279a39a8cd92978fd7c9d14eccd98fc2 (patch) | |
tree | 8f4b5ddc1080ccc3060827e0c61bc58395d7f5f4 /tools/run_tests/generated | |
parent | 4e7e4925501d6fa28f2295f650699d0d1e51aa2d (diff) | |
parent | ee2ad09dceca4a215ddab2d50b293f4bf58a52c6 (diff) |
Merge pull request #13290 from apolcyn/cares_address_sorting_master_c
Add address sorting submodule for use in c-ares wrapper
Diffstat (limited to 'tools/run_tests/generated')
-rw-r--r-- | tools/run_tests/generated/sources_and_headers.json | 53 | ||||
-rw-r--r-- | tools/run_tests/generated/tests.json | 44 |
2 files changed, 97 insertions, 0 deletions
diff --git a/tools/run_tests/generated/sources_and_headers.json b/tools/run_tests/generated/sources_and_headers.json index 3ebd8c1a40..4ac2fc359e 100644 --- a/tools/run_tests/generated/sources_and_headers.json +++ b/tools/run_tests/generated/sources_and_headers.json @@ -6368,6 +6368,46 @@ "deps": [ "gpr", "gpr_test_util", + "grpc++_test_config", + "grpc++_test_util_unsecure", + "grpc++_unsecure", + "grpc_test_util_unsecure", + "grpc_unsecure" + ], + "headers": [], + "is_filegroup": false, + "language": "c++", + "name": "address_sorting_test_unsecure", + "src": [ + "test/cpp/naming/address_sorting_test.cc" + ], + "third_party": false, + "type": "target" + }, + { + "deps": [ + "gpr", + "gpr_test_util", + "grpc", + "grpc++", + "grpc++_test_config", + "grpc++_test_util", + "grpc_test_util" + ], + "headers": [], + "is_filegroup": false, + "language": "c++", + "name": "address_sorting_test", + "src": [ + "test/cpp/naming/address_sorting_test.cc" + ], + "third_party": false, + "type": "target" + }, + { + "deps": [ + "gpr", + "gpr_test_util", "grpc", "grpc_test_util" ], @@ -6599,6 +6639,19 @@ "type": "target" }, { + "deps": [], + "headers": [ + "third_party/address_sorting/address_sorting_internal.h", + "third_party/address_sorting/include/address_sorting/address_sorting.h" + ], + "is_filegroup": false, + "language": "c", + "name": "address_sorting", + "src": [], + "third_party": false, + "type": "lib" + }, + { "deps": [ "grpc" ], diff --git a/tools/run_tests/generated/tests.json b/tools/run_tests/generated/tests.json index 2770992cf0..c2bbf8c88a 100644 --- a/tools/run_tests/generated/tests.json +++ b/tools/run_tests/generated/tests.json @@ -5510,6 +5510,50 @@ }, { "args": [], + "benchmark": false, + "ci_platforms": [ + "linux", + "mac", + "posix" + ], + "cpu_cost": 1.0, + "exclude_configs": [], + "exclude_iomgrs": [], + "flaky": false, + "gtest": true, + "language": "c++", + "name": "address_sorting_test_unsecure", + "platforms": [ + "linux", + "mac", + "posix" + ], + "uses_polling": true + }, + { + "args": [], + "benchmark": false, + "ci_platforms": [ + "linux", + "mac", + "posix" + ], + "cpu_cost": 1.0, + "exclude_configs": [], + "exclude_iomgrs": [], + "flaky": false, + "gtest": true, + "language": "c++", + "name": "address_sorting_test", + "platforms": [ + "linux", + "mac", + "posix" + ], + "uses_polling": true + }, + { + "args": [], "boringssl": true, "ci_platforms": [ "linux", |