diff options
author | Vijay Pai <vpai@google.com> | 2015-07-10 16:37:41 -0700 |
---|---|---|
committer | Vijay Pai <vpai@google.com> | 2015-07-10 16:37:41 -0700 |
commit | 5c3eea3307b5f075530f30c78a1a23cc3108357f (patch) | |
tree | bf805c2c82f6ebeb3ff66ab222d5d494a4890f21 /tools/run_tests | |
parent | ad262a1c4a3a06380f1724e51ba3dd8e89c43e58 (diff) | |
parent | 2c3a35e5cf3ae2034792b2387eeee33f3dda0cf6 (diff) |
Merge pull request #2380 from ctiller/slartiwhatfast
Make naming a little more consistent
Diffstat (limited to 'tools/run_tests')
-rw-r--r-- | tools/run_tests/sources_and_headers.json | 8 | ||||
-rw-r--r-- | tools/run_tests/tests.json | 4 |
2 files changed, 6 insertions, 6 deletions
diff --git a/tools/run_tests/sources_and_headers.json b/tools/run_tests/sources_and_headers.json index 2a5fe8a73e..0493e06f58 100644 --- a/tools/run_tests/sources_and_headers.json +++ b/tools/run_tests/sources_and_headers.json @@ -1437,9 +1437,9 @@ ], "headers": [], "language": "c++", - "name": "qps_test", + "name": "qps_openloop_test", "src": [ - "test/cpp/qps/qps_test.cc" + "test/cpp/qps/qps_openloop_test.cc" ] }, { @@ -1455,9 +1455,9 @@ ], "headers": [], "language": "c++", - "name": "qps_test_openloop", + "name": "qps_test", "src": [ - "test/cpp/qps/qps_test_openloop.cc" + "test/cpp/qps/qps_test.cc" ] }, { diff --git a/tools/run_tests/tests.json b/tools/run_tests/tests.json index cc05870640..642a9717ce 100644 --- a/tools/run_tests/tests.json +++ b/tools/run_tests/tests.json @@ -705,7 +705,7 @@ { "flaky": false, "language": "c++", - "name": "qps_test", + "name": "qps_openloop_test", "platforms": [ "windows", "posix" @@ -714,7 +714,7 @@ { "flaky": false, "language": "c++", - "name": "qps_test_openloop", + "name": "qps_test", "platforms": [ "windows", "posix" |