aboutsummaryrefslogtreecommitdiffhomepage
path: root/build.json
diff options
context:
space:
mode:
authorGravatar Vijay Pai <vpai@google.com>2015-07-10 16:37:41 -0700
committerGravatar Vijay Pai <vpai@google.com>2015-07-10 16:37:41 -0700
commit5c3eea3307b5f075530f30c78a1a23cc3108357f (patch)
treebf805c2c82f6ebeb3ff66ab222d5d494a4890f21 /build.json
parentad262a1c4a3a06380f1724e51ba3dd8e89c43e58 (diff)
parent2c3a35e5cf3ae2034792b2387eeee33f3dda0cf6 (diff)
Merge pull request #2380 from ctiller/slartiwhatfast
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 ca063e510e..121637204e 100644
--- a/build.json
+++ b/build.json
@@ -2295,11 +2295,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",
@@ -2313,11 +2313,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",