aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/core/channel
diff options
context:
space:
mode:
authorGravatar David Garcia Quintas <dgq@google.com>2016-04-23 00:17:05 -0700
committerGravatar David Garcia Quintas <dgq@google.com>2016-04-23 00:17:05 -0700
commit73dcbda5b006fac4651480f7692b30db993b79b9 (patch)
treeab5ce0d90300dedfdbc1954679f5cf3c4bcd1583 /test/core/channel
parente52be8c8a1e35e5fd709bfe99f95a12f90029aed (diff)
Validation for incoming compressed data
Diffstat (limited to 'test/core/channel')
-rw-r--r--test/core/channel/channel_args_test.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/core/channel/channel_args_test.c b/test/core/channel/channel_args_test.c
index c7fc25960c..1aa8c5dd2a 100644
--- a/test/core/channel/channel_args_test.c
+++ b/test/core/channel/channel_args_test.c
@@ -135,8 +135,10 @@ static void test_compression_algorithm_states(void) {
int main(int argc, char **argv) {
grpc_test_init(argc, argv);
+ grpc_init();
test_create();
test_set_compression_algorithm();
test_compression_algorithm_states();
+ grpc_shutdown();
return 0;
}