Add test for un-resolvable target
diff --git a/build.yaml b/build.yaml
index d1844f9..acdf1b2 100644
--- a/build.yaml
+++ b/build.yaml
@@ -831,6 +831,16 @@
   - grpc
   - gpr_test_util
   - gpr
+- name: channel_create_test
+  build: test
+  language: c
+  src:
+  - test/core/surface/channel_create_test.c
+  deps:
+  - grpc_test_util
+  - grpc
+  - gpr_test_util
+  - gpr
 - name: chttp2_hpack_encoder_test
   build: test
   language: c