Make naming a little more consistent

pull/2380/head
Craig Tiller 10 years ago
parent a92979ed05
commit 2c3a35e5cf
  1. 48
      Makefile
  2. 8
      build.json
  3. 0
      test/cpp/qps/qps_openloop_test.cc
  4. 8
      tools/run_tests/sources_and_headers.json
  5. 4
      tools/run_tests/tests.json

File diff suppressed because one or more lines are too long

@ -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",
@ -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",

@ -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"
]
},
{

@ -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"

Loading…
Cancel
Save