Flagging the QPS binaries as tools, instead of non-runnable tests.

pull/1523/head
Nicolas Noble 10 years ago
parent 442918f225
commit 909e098168
  1. 8
      Makefile
  2. 6
      build.json

File diff suppressed because one or more lines are too long

@ -2053,8 +2053,7 @@
},
{
"name": "qps_driver",
"build": "test",
"run": false,
"build": "tool",
"language": "c++",
"src": [
"test/cpp/qps/qps_driver.cc"
@ -2090,8 +2089,7 @@
},
{
"name": "qps_worker",
"build": "test",
"run": false,
"build": "tool",
"language": "c++",
"headers": [
"test/cpp/qps/client.h",

Loading…
Cancel
Save