From cc93663910cd17f6d1faeef020ec0b3fc27df263 Mon Sep 17 00:00:00 2001 From: Yihua Zhang Date: Tue, 8 May 2018 10:15:03 -0700 Subject: Add ALTS fuzzer --- gRPC-Core.podspec | 2 ++ 1 file changed, 2 insertions(+) (limited to 'gRPC-Core.podspec') diff --git a/gRPC-Core.podspec b/gRPC-Core.podspec index e893eb9990..f6374ebfcd 100644 --- a/gRPC-Core.podspec +++ b/gRPC-Core.podspec @@ -1126,6 +1126,7 @@ Pod::Spec.new do |s| 'test/core/end2end/fixtures/proxy.cc', 'test/core/iomgr/endpoint_tests.cc', 'test/core/util/debugger_macros.cc', + 'test/core/util/fuzzer_util.cc', 'test/core/util/grpc_profiler.cc', 'test/core/util/histogram.cc', 'test/core/util/memory_counters.cc', @@ -1148,6 +1149,7 @@ Pod::Spec.new do |s| 'test/core/end2end/fixtures/proxy.h', 'test/core/iomgr/endpoint_tests.h', 'test/core/util/debugger_macros.h', + 'test/core/util/fuzzer_util.h', 'test/core/util/grpc_profiler.h', 'test/core/util/histogram.h', 'test/core/util/memory_counters.h', -- cgit v1.2.3