aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools/run_tests/sources_and_headers.json
diff options
context:
space:
mode:
authorGravatar Craig Tiller <craig.tiller@gmail.com>2015-12-07 11:28:51 -0800
committerGravatar Craig Tiller <craig.tiller@gmail.com>2015-12-07 11:28:51 -0800
commit8ab91b29fee03fdf1856d37e146708020db8cc43 (patch)
tree1fc571a14352b0721f409281c625b1120b3c5f7c /tools/run_tests/sources_and_headers.json
parent311af8e281bdb7b272cf15f72af5c2249d2c3727 (diff)
Add test of varint encoding for hpack
Diffstat (limited to 'tools/run_tests/sources_and_headers.json')
-rw-r--r--tools/run_tests/sources_and_headers.json14
1 files changed, 14 insertions, 0 deletions
diff --git a/tools/run_tests/sources_and_headers.json b/tools/run_tests/sources_and_headers.json
index df19892435..66a6f9f552 100644
--- a/tools/run_tests/sources_and_headers.json
+++ b/tools/run_tests/sources_and_headers.json
@@ -80,6 +80,20 @@
],
"headers": [],
"language": "c",
+ "name": "chttp2_varint_test",
+ "src": [
+ "test/core/transport/chttp2/varint_test.c"
+ ]
+ },
+ {
+ "deps": [
+ "gpr",
+ "gpr_test_util",
+ "grpc",
+ "grpc_test_util"
+ ],
+ "headers": [],
+ "language": "c",
"name": "compression_test",
"src": [
"test/core/compression/compression_test.c"