diff options
author | Makarand Dharmapurikar <makarandd@google.com> | 2016-10-20 10:37:39 -0700 |
---|---|---|
committer | Makarand Dharmapurikar <makarandd@google.com> | 2016-10-20 10:37:39 -0700 |
commit | e3dd1d7d11e278e640924102959bd86ca7e60cdb (patch) | |
tree | 49b9071c7d3d3b4869346395d93824d538d7009f /tools/run_tests/sources_and_headers.json | |
parent | 247d413f8b59f069ec7c6575f57391332d666288 (diff) |
modify stress_test command line options
Modify command line options to be consistent with interop_client.
Diffstat (limited to 'tools/run_tests/sources_and_headers.json')
-rw-r--r-- | tools/run_tests/sources_and_headers.json | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/run_tests/sources_and_headers.json b/tools/run_tests/sources_and_headers.json index 7cfb1d4c17..aa5789bdd4 100644 --- a/tools/run_tests/sources_and_headers.json +++ b/tools/run_tests/sources_and_headers.json @@ -3135,6 +3135,7 @@ "language": "c++", "name": "stress_test", "src": [ + "test/cpp/interop/client_helper.cc", "test/cpp/interop/client_helper.h", "test/cpp/interop/interop_client.cc", "test/cpp/interop/interop_client.h", |