diff options
author | Vijay Pai <vpai@google.com> | 2015-02-10 10:36:20 -0800 |
---|---|---|
committer | Vijay Pai <vpai@google.com> | 2015-02-10 10:36:20 -0800 |
commit | 5438d4b214ed37e681a3acb377c7b019565ec207 (patch) | |
tree | ba43087f17c682d166967fffa70eb1bb8af99231 | |
parent | 38f9651468b6b72a30c66a5c1309bd225d3ff71a (diff) |
Change link options for qps client and qps server
-rw-r--r-- | build.json | 2 |
1 files changed, 2 insertions, 0 deletions
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", |