From 66048f4fc1c0b181e05ef21f7821443abd258240 Mon Sep 17 00:00:00 2001 From: Craig Tiller Date: Fri, 10 Apr 2015 08:23:52 -0700 Subject: Add reporting library, use it --- build.json | 2 ++ 1 file changed, 2 insertions(+) (limited to 'build.json') 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" ] }, -- cgit v1.2.3