aboutsummaryrefslogtreecommitdiffhomepage
path: root/build.json
diff options
context:
space:
mode:
authorGravatar Nicolas Noble <nnoble@google.com>2015-05-07 17:12:59 -0700
committerGravatar Nicolas Noble <nnoble@google.com>2015-05-07 17:14:38 -0700
commit909e098168768560cee8d84a3727233d8371087b (patch)
tree4faa02ded88738467aa7e346470ffa81a24ae8e8 /build.json
parent442918f225797e28e1bfee023046af4f441a50ae (diff)
Flagging the QPS binaries as tools, instead of non-runnable tests.
Diffstat (limited to 'build.json')
-rw-r--r--build.json6
1 files changed, 2 insertions, 4 deletions
diff --git a/build.json b/build.json
index 10fd72d99e..e795d9af1a 100644
--- a/build.json
+++ b/build.json
@@ -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",