Update build.yaml and generated changes

pull/12402/head
Alok Kumar 8 years ago
parent e0399c29c5
commit 1165026d99
  1. 6
      build.yaml
  2. 21
      tools/run_tests/generated/sources_and_headers.json

@ -3559,6 +3559,8 @@ targets:
- name: bm_fullstack_streaming_ping_pong - name: bm_fullstack_streaming_ping_pong
build: test build: test
language: c++ language: c++
headers:
- test/cpp/microbenchmarks/fullstack_streaming_ping_pong.h
src: src:
- test/cpp/microbenchmarks/bm_fullstack_streaming_ping_pong.cc - test/cpp/microbenchmarks/bm_fullstack_streaming_ping_pong.cc
deps: deps:
@ -3584,6 +3586,8 @@ targets:
- name: bm_fullstack_streaming_pump - name: bm_fullstack_streaming_pump
build: test build: test
language: c++ language: c++
headers:
- test/cpp/microbenchmarks/fullstack_streaming_pump.h
src: src:
- test/cpp/microbenchmarks/bm_fullstack_streaming_pump.cc - test/cpp/microbenchmarks/bm_fullstack_streaming_pump.cc
deps: deps:
@ -3635,6 +3639,8 @@ targets:
- name: bm_fullstack_unary_ping_pong - name: bm_fullstack_unary_ping_pong
build: test build: test
language: c++ language: c++
headers:
- test/cpp/microbenchmarks/fullstack_unary_ping_pong.h
src: src:
- test/cpp/microbenchmarks/bm_fullstack_unary_ping_pong.cc - test/cpp/microbenchmarks/bm_fullstack_unary_ping_pong.cc
deps: deps:

@ -2739,12 +2739,15 @@
"grpc_test_util_unsecure", "grpc_test_util_unsecure",
"grpc_unsecure" "grpc_unsecure"
], ],
"headers": [], "headers": [
"test/cpp/microbenchmarks/fullstack_streaming_ping_pong.h"
],
"is_filegroup": false, "is_filegroup": false,
"language": "c++", "language": "c++",
"name": "bm_fullstack_streaming_ping_pong", "name": "bm_fullstack_streaming_ping_pong",
"src": [ "src": [
"test/cpp/microbenchmarks/bm_fullstack_streaming_ping_pong.cc" "test/cpp/microbenchmarks/bm_fullstack_streaming_ping_pong.cc",
"test/cpp/microbenchmarks/fullstack_streaming_ping_pong.h"
], ],
"third_party": false, "third_party": false,
"type": "target" "type": "target"
@ -2760,12 +2763,15 @@
"grpc_test_util_unsecure", "grpc_test_util_unsecure",
"grpc_unsecure" "grpc_unsecure"
], ],
"headers": [], "headers": [
"test/cpp/microbenchmarks/fullstack_streaming_pump.h"
],
"is_filegroup": false, "is_filegroup": false,
"language": "c++", "language": "c++",
"name": "bm_fullstack_streaming_pump", "name": "bm_fullstack_streaming_pump",
"src": [ "src": [
"test/cpp/microbenchmarks/bm_fullstack_streaming_pump.cc" "test/cpp/microbenchmarks/bm_fullstack_streaming_pump.cc",
"test/cpp/microbenchmarks/fullstack_streaming_pump.h"
], ],
"third_party": false, "third_party": false,
"type": "target" "type": "target"
@ -2803,12 +2809,15 @@
"grpc_test_util_unsecure", "grpc_test_util_unsecure",
"grpc_unsecure" "grpc_unsecure"
], ],
"headers": [], "headers": [
"test/cpp/microbenchmarks/fullstack_unary_ping_pong.h"
],
"is_filegroup": false, "is_filegroup": false,
"language": "c++", "language": "c++",
"name": "bm_fullstack_unary_ping_pong", "name": "bm_fullstack_unary_ping_pong",
"src": [ "src": [
"test/cpp/microbenchmarks/bm_fullstack_unary_ping_pong.cc" "test/cpp/microbenchmarks/bm_fullstack_unary_ping_pong.cc",
"test/cpp/microbenchmarks/fullstack_unary_ping_pong.h"
], ],
"third_party": false, "third_party": false,
"type": "target" "type": "target"

Loading…
Cancel
Save