aboutsummaryrefslogtreecommitdiffhomepage
path: root/build.json
diff options
context:
space:
mode:
authorGravatar Craig Tiller <ctiller@google.com>2015-07-10 14:06:00 -0700
committerGravatar Craig Tiller <ctiller@google.com>2015-07-10 14:06:00 -0700
commit2c3a35e5cf3ae2034792b2387eeee33f3dda0cf6 (patch)
tree78ed76dbdef02624fe7e23b67ed73ec911ae0e02 /build.json
parenta92979ed05db34aafaeccd25ed159fa40c858abb (diff)
Make naming a little more consistent
Diffstat (limited to 'build.json')
-rw-r--r--build.json8
1 files changed, 4 insertions, 4 deletions
diff --git a/build.json b/build.json
index 7d2242b116..d5f547ca47 100644
--- a/build.json
+++ b/build.json
@@ -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",