aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/core/slice
diff options
context:
space:
mode:
authorGravatar Craig Tiller <ctiller@google.com>2017-03-30 10:50:29 -0700
committerGravatar Craig Tiller <ctiller@google.com>2017-03-30 10:50:29 -0700
commit0d32f2f03073e442c437535975b666badf9dfa75 (patch)
treea77c809d1ffdd0685fdc337188232a58f03e5c06 /test/core/slice
parent283516151388190071ef2fb15368ac3c970faaa1 (diff)
Fix build files
Diffstat (limited to 'test/core/slice')
-rw-r--r--test/core/slice/BUILD7
1 files changed, 7 insertions, 0 deletions
diff --git a/test/core/slice/BUILD b/test/core/slice/BUILD
index 67a4706348..4d64d0a818 100644
--- a/test/core/slice/BUILD
+++ b/test/core/slice/BUILD
@@ -52,3 +52,10 @@ cc_test(
deps = ["//:grpc", "//test/core/util:grpc_test_util", "//:gpr", "//test/core/util:gpr_test_util"],
copts = ['-std=c99']
)
+
+cc_test(
+ name = "b64_test",
+ srcs = ["b64_test.c"],
+ deps = ["//:grpc", "//test/core/util:grpc_test_util", "//:gpr", "//test/core/util:gpr_test_util"],
+ copts = ['-std=c99']
+)