aboutsummaryrefslogtreecommitdiffhomepage
path: root/build.json
diff options
context:
space:
mode:
Diffstat (limited to 'build.json')
-rw-r--r--build.json17
1 files changed, 17 insertions, 0 deletions
diff --git a/build.json b/build.json
index 59c9cda6f1..c87d53cf4f 100644
--- a/build.json
+++ b/build.json
@@ -912,6 +912,23 @@
]
},
{
+ "name": "fd_conservation_posix_test",
+ "build": "test",
+ "language": "c",
+ "src": [
+ "test/core/iomgr/fd_conservation_posix_test.c"
+ ],
+ "deps": [
+ "grpc_test_util",
+ "grpc",
+ "gpr_test_util",
+ "gpr"
+ ],
+ "platforms": [
+ "posix"
+ ]
+ },
+ {
"name": "fd_posix_test",
"build": "test",
"language": "c",