summaryrefslogtreecommitdiff
path: root/test/tests.json
diff options
context:
space:
mode:
authorJiayu Liu <Jimexist@users.noreply.github.com>2022-05-09 10:52:26 +0800
committerGitHub <noreply@github.com>2022-05-08 22:52:26 -0400
commit5fdfd0cae0abaa89a26fa0015d31b6d369b32777 (patch)
treeae1bd2b82fb2b6949c26a514eccdb00c2178b4c6 /test/tests.json
parent891c521528beb57fef0c362f535e3e355b52cd1c (diff)
downloadthrift-5fdfd0cae0abaa89a26fa0015d31b6d369b32777.tar.gz
THRIFT-5580: refactor kotlin cross tests (#2600)
refactor kotlin cross test to: * use proper cli framework, * add more transport/protocol cases
Diffstat (limited to 'test/tests.json')
-rw-r--r--test/tests.json4
1 files changed, 3 insertions, 1 deletions
diff --git a/test/tests.json b/test/tests.json
index e897b3917..cce774a4b 100644
--- a/test/tests.json
+++ b/test/tests.json
@@ -201,7 +201,9 @@
"ip"
],
"protocols": [
- "binary"
+ "binary",
+ "compact",
+ "json"
],
"workdir": "../lib/kotlin"
},