Skip to content

Commit

Permalink
Make naming a little more consistent
Browse files Browse the repository at this point in the history
  • Loading branch information
ctiller committed Jul 10, 2015
1 parent a92979e commit 2c3a35e
Show file tree
Hide file tree
Showing 5 changed files with 34 additions and 34 deletions.
48 changes: 24 additions & 24 deletions Makefile

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions build.json
Original file line number Diff line number Diff line change
Expand Up @@ -2294,11 +2294,11 @@
]
},
{
"name": "qps_test",
"name": "qps_openloop_test",
"build": "test",
"language": "c++",
"src": [
"test/cpp/qps/qps_test.cc"
"test/cpp/qps/qps_openloop_test.cc"
],
"deps": [
"qps",
Expand All @@ -2312,11 +2312,11 @@
]
},
{
"name": "qps_test_openloop",
"name": "qps_test",
"build": "test",
"language": "c++",
"src": [
"test/cpp/qps/qps_test_openloop.cc"
"test/cpp/qps/qps_test.cc"
],
"deps": [
"qps",
Expand Down
File renamed without changes.
8 changes: 4 additions & 4 deletions tools/run_tests/sources_and_headers.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
]
},
{
Expand All @@ -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"
]
},
{
Expand Down
4 changes: 2 additions & 2 deletions tools/run_tests/tests.json
Original file line number Diff line number Diff line change
Expand Up @@ -705,7 +705,7 @@
{
"flaky": false,
"language": "c++",
"name": "qps_test",
"name": "qps_openloop_test",
"platforms": [
"windows",
"posix"
Expand All @@ -714,7 +714,7 @@
{
"flaky": false,
"language": "c++",
"name": "qps_test_openloop",
"name": "qps_test",
"platforms": [
"windows",
"posix"
Expand Down

0 comments on commit 2c3a35e

Please sign in to comment.