Update projects

pull/3088/head
Craig Tiller 9 years ago
parent 4abe76eff5
commit 2ded19b84f
  1. 50
      Makefile
  2. 10
      build.json
  3. 16
      tools/run_tests/sources_and_headers.json
  4. 18
      tools/run_tests/tests.json
  5. 10
      vsprojects/Grpc.mak

File diff suppressed because one or more lines are too long

@ -2647,14 +2647,13 @@
]
},
{
"name": "streaming_throughput_test",
"name": "status_test",
"build": "test",
"language": "c++",
"src": [
"test/cpp/end2end/streaming_throughput_test.cc"
"test/cpp/util/status_test.cc"
],
"deps": [
"grpc++_test_util",
"grpc_test_util",
"grpc++",
"grpc",
@ -2663,13 +2662,14 @@
]
},
{
"name": "status_test",
"name": "streaming_throughput_test",
"build": "test",
"language": "c++",
"src": [
"test/cpp/util/status_test.cc"
"test/cpp/end2end/streaming_throughput_test.cc"
],
"deps": [
"grpc++_test_util",
"grpc_test_util",
"grpc++",
"grpc",

@ -1661,6 +1661,22 @@
"test/cpp/util/status_test.cc"
]
},
{
"deps": [
"gpr",
"gpr_test_util",
"grpc",
"grpc++",
"grpc++_test_util",
"grpc_test_util"
],
"headers": [],
"language": "c++",
"name": "streaming_throughput_test",
"src": [
"test/cpp/end2end/streaming_throughput_test.cc"
]
},
{
"deps": [
"gpr",

@ -1549,6 +1549,24 @@
"windows"
]
},
{
"ci_platforms": [
"linux",
"mac",
"posix",
"windows"
],
"exclude_configs": [],
"flaky": false,
"language": "c++",
"name": "streaming_throughput_test",
"platforms": [
"linux",
"mac",
"posix",
"windows"
]
},
{
"ci_platforms": [
"linux",

File diff suppressed because one or more lines are too long
Loading…
Cancel
Save