aboutsummaryrefslogtreecommitdiffhomepage
path: root/build.json
diff options
context:
space:
mode:
authorGravatar Yang Gao <yangg@google.com>2015-03-20 23:55:04 -0700
committerGravatar Yang Gao <yangg@google.com>2015-03-20 23:55:04 -0700
commitcdb2a6e071dd57c1cf6f3658d3954bf959519be5 (patch)
tree61e2a0e34f3b843378e3a96e1d56699f5630d6e3 /build.json
parentb7b965c842c4cd238b54a1c8e00fba3edb6a3dc7 (diff)
Protect on some overflow scenarios, add a test and build/run the test
Diffstat (limited to 'build.json')
-rw-r--r--build.json15
1 files changed, 15 insertions, 0 deletions
diff --git a/build.json b/build.json
index 13057a22a2..a46866263f 100644
--- a/build.json
+++ b/build.json
@@ -1708,6 +1708,21 @@
]
},
{
+ "name": "cxx_time_test",
+ "build": "test",
+ "language": "c++",
+ "src": [
+ "test/cpp/util/time_test.cc"
+ ],
+ "deps": [
+ "grpc_test_util",
+ "grpc++",
+ "grpc",
+ "gpr_test_util",
+ "gpr"
+ ]
+ },
+ {
"name": "end2end_test",
"build": "test",
"language": "c++",