aboutsummaryrefslogtreecommitdiffhomepage
path: root/build.yaml
diff options
context:
space:
mode:
authorGravatar Sree Kuchibhotla <sreek@google.com>2018-06-16 12:14:30 -0700
committerGravatar Sree Kuchibhotla <sreek@google.com>2018-06-16 12:14:30 -0700
commit16ad9b828073579d0c6364570a3803b26e7fb39d (patch)
treea10f07e0174b71a69d4eacdfbce7c126054ea4f6 /build.yaml
parentf5691a5fec26cabc4e448ead0fb431879c0c82b3 (diff)
Added a test to catch such things in future
Diffstat (limited to 'build.yaml')
-rw-r--r--build.yaml15
1 files changed, 15 insertions, 0 deletions
diff --git a/build.yaml b/build.yaml
index e8620bfb4c..6a4304116c 100644
--- a/build.yaml
+++ b/build.yaml
@@ -2277,6 +2277,21 @@ targets:
- gpr_test_util
- gpr
uses_polling: false
+- name: ev_epollex_linux_test
+ cpu_cost: 3
+ build: test
+ language: c
+ src:
+ - test/core/iomgr/ev_epollex_linux_test.cc
+ deps:
+ - grpc_test_util
+ - grpc
+ - gpr_test_util
+ - gpr
+ exclude_iomgrs:
+ - uv
+ platforms:
+ - linux
- name: ev_epollsig_linux_test
cpu_cost: 3
build: test