From 5438d4b214ed37e681a3acb377c7b019565ec207 Mon Sep 17 00:00:00 2001 From: Vijay Pai <vpai@google.com> Date: Tue, 10 Feb 2015 10:36:20 -0800 Subject: [PATCH] Change link options for qps client and qps server --- build.json | 2 ++ 1 file changed, 2 insertions(+) diff --git a/build.json b/build.json index 68110e4702..c9a83f56c1 100644 --- a/build.json +++ b/build.json @@ -1616,6 +1616,7 @@ { "name": "qps_client", "build": "test", + "run": false, "language": "c++", "src": [ "test/cpp/qps/qpstest.proto", @@ -1633,6 +1634,7 @@ { "name": "qps_server", "build": "test", + "run": false, "language": "c++", "src": [ "test/cpp/qps/qpstest.proto", -- GitLab