From fd8e583476ad7653e3c26360ecc0b158b0598150 Mon Sep 17 00:00:00 2001
From: Craig Tiller <ctiller@google.com>
Date: Wed, 26 Oct 2016 16:18:25 -0700
Subject: [PATCH] Update build.yaml

---
 build.yaml | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/build.yaml b/build.yaml
index d7cd82b9d9..09d9dcc063 100644
--- a/build.yaml
+++ b/build.yaml
@@ -1783,6 +1783,14 @@ targets:
   deps:
   - gpr_test_util
   - gpr
+- name: slice_string_helpers_test
+  build: test
+  language: c
+  src:
+  - test/core/slice/slice_string_helpers_test.c
+  deps:
+  - gpr_test_util
+  - gpr
 - name: gpr_sync_test
   cpu_cost: 10
   build: test
-- 
GitLab