aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools
diff options
context:
space:
mode:
authorGravatar Craig Tiller <craig.tiller@gmail.com>2015-01-29 09:17:02 -0800
committerGravatar Craig Tiller <craig.tiller@gmail.com>2015-01-29 09:17:02 -0800
commit9b3809f99f50c579aa2a21246514ae15b332187a (patch)
treef571eef6acca40c401075c621a014f4cbe8452bf /tools
parent7d543e67b498b1f8687ca2142fcc43ac73841347 (diff)
parent3c63c0ced39edec0c3c5f960fc97ed810f60a25b (diff)
Merge pull request #168 from nicolasnoble/json
Replacing cJSON with our own code instead.
Diffstat (limited to 'tools')
-rw-r--r--tools/run_tests/tests.json8
1 files changed, 8 insertions, 0 deletions
diff --git a/tools/run_tests/tests.json b/tools/run_tests/tests.json
index a610e92307..b3ebc1f869 100644
--- a/tools/run_tests/tests.json
+++ b/tools/run_tests/tests.json
@@ -250,6 +250,14 @@
"name": "transport_metadata_test"
},
{
+ "language": "c",
+ "name": "json_test"
+ },
+ {
+ "language": "c",
+ "name": "json_rewrite_test"
+ },
+ {
"language": "c++",
"name": "channel_arguments_test"
},