summaryrefslogtreecommitdiff
path: root/test/tests.json
diff options
context:
space:
mode:
authorJiayu Liu <jiayu.liu@airbnb.com>2022-04-06 16:49:09 +0800
committerJens Geyer <jensg@apache.org>2022-04-20 23:49:33 +0200
commit49b2d6b888a2a96fc0948da81a779a90b4624170 (patch)
tree11b532385bcf72e8ea1188ed489de0c905164a42 /test/tests.json
parenteac5103f8204021f7b5436001319c2b17ed5644f (diff)
downloadthrift-49b2d6b888a2a96fc0948da81a779a90b4624170.tar.gz
THRIFT-5548: add kotlin code gen
Client: kotlin Patch: Jiayu Liu This closes #2556
Diffstat (limited to 'test/tests.json')
-rw-r--r--test/tests.json35
1 files changed, 35 insertions, 0 deletions
diff --git a/test/tests.json b/test/tests.json
index 3563dc9ab..e897b3917 100644
--- a/test/tests.json
+++ b/test/tests.json
@@ -171,6 +171,41 @@
"workdir": "../lib/java"
},
{
+ "name": "kotlin",
+ "join_args": false,
+ "server": {
+ "delay": 15,
+ "command": [
+ "cross-test-server/build/install/TestServer/bin/TestServer"
+ ],
+ "protocols": [
+ "binary"
+ ]
+ },
+ "client": {
+ "timeout": 13,
+ "command": [
+ "cross-test-client/build/install/TestClient/bin/TestClient"
+ ],
+ "transports": [
+ "framed"
+ ],
+ "protocols": [
+ "binary"
+ ]
+ },
+ "transports": [
+ "framed"
+ ],
+ "sockets": [
+ "ip"
+ ],
+ "protocols": [
+ "binary"
+ ],
+ "workdir": "../lib/kotlin"
+ },
+ {
"name": "nodejs",
"env": {
"NODE_PATH": "../lib"