aboutsummaryrefslogtreecommitdiffhomepage
path: root/build.yaml
diff options
context:
space:
mode:
authorGravatar Craig Tiller <ctiller@google.com>2016-03-23 16:33:28 -0700
committerGravatar Craig Tiller <ctiller@google.com>2016-03-23 16:33:28 -0700
commit2123974071e502cde2dea3a457dccfe66af58bc1 (patch)
tree8b604b8ddd32f3d711ea154c0e1d6b3d7e392ff0 /build.yaml
parent2a712736fe0d8611a8ea402f9fa3e893902bf864 (diff)
Merge fixes
Diffstat (limited to 'build.yaml')
-rw-r--r--build.yaml24
1 files changed, 6 insertions, 18 deletions
diff --git a/build.yaml b/build.yaml
index bd75088cc6..76a126c947 100644
--- a/build.yaml
+++ b/build.yaml
@@ -1575,40 +1575,28 @@ targets:
- grpc
- gpr_test_util
- gpr
-- name: http_parser_test
- build: test
- language: c
- src:
- - test/core/http/parser_test.c
- deps:
- - grpc_test_util
- - grpc
- - gpr_test_util
- - gpr
-- name: http_request_fuzzer_test
+- name: http_fuzzer_test
build: fuzzer
language: c
src:
- - test/core/http/request_fuzzer.c
+ - test/core/http/fuzzer.c
deps:
- grpc_test_util
- grpc
- gpr_test_util
- gpr
corpus_dirs:
- - test/core/http/request_corpus
-- name: http_response_fuzzer_test
- build: fuzzer
+ - test/core/http/corpus
+- name: http_parser_test
+ build: test
language: c
src:
- - test/core/http/response_fuzzer.c
+ - test/core/http/parser_test.c
deps:
- grpc_test_util
- grpc
- gpr_test_util
- gpr
- corpus_dirs:
- - test/core/http/response_corpus
- name: httpcli_format_request_test
build: test
language: c