aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools/run_tests/tests.json
diff options
context:
space:
mode:
authorGravatar Jan Tattermusch <jtattermusch@users.noreply.github.com>2016-06-14 13:45:56 -0700
committerGravatar GitHub <noreply@github.com>2016-06-14 13:45:56 -0700
commitfebfd32af9a920b840f6b5684247b7e005552f7c (patch)
tree8f2657c603f521a03003f82bf4c81d771c4d1f52 /tools/run_tests/tests.json
parentd66c3810f80318fad0279fced9205b0bb1b3fc43 (diff)
parentd7a15b86b738f94f8f68884290d6c0d7c428979c (diff)
Merge pull request #6572 from y-zeng/base64_decode
Add base64 decoder
Diffstat (limited to 'tools/run_tests/tests.json')
-rw-r--r--tools/run_tests/tests.json21
1 files changed, 21 insertions, 0 deletions
diff --git a/tools/run_tests/tests.json b/tools/run_tests/tests.json
index 2304ce72df..5a84a41b63 100644
--- a/tools/run_tests/tests.json
+++ b/tools/run_tests/tests.json
@@ -98,6 +98,27 @@
"flaky": false,
"gtest": false,
"language": "c",
+ "name": "bin_decoder_test",
+ "platforms": [
+ "linux",
+ "mac",
+ "posix",
+ "windows"
+ ]
+ },
+ {
+ "args": [],
+ "ci_platforms": [
+ "linux",
+ "mac",
+ "posix",
+ "windows"
+ ],
+ "cpu_cost": 1.0,
+ "exclude_configs": [],
+ "flaky": false,
+ "gtest": false,
+ "language": "c",
"name": "bin_encoder_test",
"platforms": [
"linux",