aboutsummaryrefslogtreecommitdiffhomepage
path: root/build.json
diff options
context:
space:
mode:
authorGravatar Craig Tiller <craig.tiller@gmail.com>2015-04-10 08:23:52 -0700
committerGravatar Craig Tiller <craig.tiller@gmail.com>2015-04-10 08:23:52 -0700
commit66048f4fc1c0b181e05ef21f7821443abd258240 (patch)
treeed65016ac72fbaa7338583d2ac68726b26bb1b45 /build.json
parent41faf0f4c893b57ba5a9ee1cf1ad329c9c9cec08 (diff)
Add reporting library, use it
Diffstat (limited to 'build.json')
-rw-r--r--build.json2
1 files changed, 2 insertions, 0 deletions
diff --git a/build.json b/build.json
index f2a39c6f2c..6f37a0a728 100644
--- a/build.json
+++ b/build.json
@@ -554,11 +554,13 @@
"language": "c++",
"headers": [
"test/cpp/qps/driver.h",
+ "test/cpp/qps/report.h",
"test/cpp/qps/timer.h"
],
"src": [
"test/cpp/qps/qpstest.proto",
"test/cpp/qps/driver.cc",
+ "test/cpp/qps/report.cc",
"test/cpp/qps/timer.cc"
]
},