summaryrefslogtreecommitdiff
path: root/test/tests.json
diff options
context:
space:
mode:
authorTomek Kurcz <tomsandbox@gmail.com>2017-09-19 09:16:43 +0200
committerJames E. King III <jking@apache.org>2018-03-02 13:44:50 -0500
commite93a90171529625966294fb35eaebf35cf4c6ba7 (patch)
tree287d2822c90c9d9e90c09fa00080c138f7aecfb1 /test/tests.json
parentd907cc92db5b93e699a4282e979d097ea863215a (diff)
downloadthrift-e93a90171529625966294fb35eaebf35cf4c6ba7.tar.gz
THRIFT-82: Add Common Lisp support
Client: cl There's framed and buffered socket transport, binary protocol, multiplex, simple server, cross-tests, self-tests, tutorial, CL library, CL code generator. Only SBCL is supported for now. This closes #1412
Diffstat (limited to 'test/tests.json')
-rw-r--r--test/tests.json17
1 files changed, 17 insertions, 0 deletions
diff --git a/test/tests.json b/test/tests.json
index 1640eac4b..671c667c9 100644
--- a/test/tests.json
+++ b/test/tests.json
@@ -43,6 +43,23 @@
"workdir": "c_glib"
},
{
+ "name": "cl",
+ "server": {
+ "command": ["TestServer"],
+ "workdir": "cl",
+ "protocols": ["binary", "multi"],
+ "transports": ["buffered", "framed"],
+ "sockets": ["ip"]
+ },
+ "client": {
+ "command": ["TestClient"],
+ "workdir": "cl",
+ "protocols": ["binary", "multi"],
+ "transports": ["buffered", "framed"],
+ "sockets": ["ip"]
+ }
+ },
+ {
"name": "d",
"server": {
"command": [