From e00ca0371a332e8d35a7394556883e1693fa8a2f Mon Sep 17 00:00:00 2001 From: yang-g Date: Thu, 6 Dec 2018 13:40:12 -0800 Subject: Promote gpr_test_util to part of grpc_test_util, add a sample to show it works, build.yaml change first --- gRPC-Core.podspec | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'gRPC-Core.podspec') diff --git a/gRPC-Core.podspec b/gRPC-Core.podspec index 1d4e1ae35c..c875fcb430 100644 --- a/gRPC-Core.podspec +++ b/gRPC-Core.podspec @@ -1196,9 +1196,7 @@ Pod::Spec.new do |s| ss.dependency "#{s.name}/Interface", version ss.dependency "#{s.name}/Implementation", version - ss.source_files = 'test/core/util/test_config.cc', - 'test/core/util/test_config.h', - 'test/core/end2end/data/client_certs.cc', + ss.source_files = 'test/core/end2end/data/client_certs.cc', 'test/core/end2end/data/server1_cert.cc', 'test/core/end2end/data/server1_key.cc', 'test/core/end2end/data/test_root_cert.cc', @@ -1221,6 +1219,7 @@ Pod::Spec.new do |s| 'test/core/util/slice_splitter.cc', 'test/core/util/subprocess_posix.cc', 'test/core/util/subprocess_windows.cc', + 'test/core/util/test_config.cc', 'test/core/util/tracer_util.cc', 'test/core/util/trickle_endpoint.cc', 'test/core/util/cmdline.cc', @@ -1245,6 +1244,7 @@ Pod::Spec.new do |s| 'test/core/util/port_server_client.h', 'test/core/util/slice_splitter.h', 'test/core/util/subprocess.h', + 'test/core/util/test_config.h', 'test/core/util/tracer_util.h', 'test/core/util/trickle_endpoint.h', 'test/core/util/cmdline.h', -- cgit v1.2.3