aboutsummaryrefslogtreecommitdiffhomepage
path: root/grpc.gyp
diff options
context:
space:
mode:
authorGravatar Adele Zhou <adelez@google.com>2017-11-29 09:59:34 -0800
committerGravatar Adele Zhou <adelez@google.com>2017-11-30 17:10:28 -0800
commitc8bf2da1e0f36fe3a6f271140153fad8e9df8dbd (patch)
tree371319d2efd0ffcbe7db5351460089e80b96941a /grpc.gyp
parent379105d4f0a07cec0a708ce3b0ad9ed686d05457 (diff)
Enabling hermetic testing for running tests on Foundry.
Diffstat (limited to 'grpc.gyp')
-rw-r--r--grpc.gyp2
1 files changed, 2 insertions, 0 deletions
diff --git a/grpc.gyp b/grpc.gyp
index f2033b47b0..7e6a06c876 100644
--- a/grpc.gyp
+++ b/grpc.gyp
@@ -511,6 +511,7 @@
'test/core/util/parse_hexstring.cc',
'test/core/util/passthru_endpoint.cc',
'test/core/util/port.cc',
+ 'test/core/util/port_hermetic.cc',
'test/core/util/port_server_client.cc',
'test/core/util/slice_splitter.cc',
'test/core/util/tracer_util.cc',
@@ -721,6 +722,7 @@
'test/core/util/parse_hexstring.cc',
'test/core/util/passthru_endpoint.cc',
'test/core/util/port.cc',
+ 'test/core/util/port_hermetic.cc',
'test/core/util/port_server_client.cc',
'test/core/util/slice_splitter.cc',
'test/core/util/tracer_util.cc',