THRIFT-4547: Swift crosstests (#2670)
Co-authored-by: Jiayu Liu <Jimexist@users.noreply.github.com>
diff --git a/test/tests.json b/test/tests.json
index cce774a..7eb9f65 100644
--- a/test/tests.json
+++ b/test/tests.json
@@ -757,5 +757,22 @@
"buffered"
],
"workdir": "../lib/nodets/test"
+ },
+ {
+ "name": "swift",
+ "server": {
+ "command": ["TestServer"],
+ "workdir": "swift/CrossTests/.build/x86_64-unknown-linux-gnu/debug",
+ "protocols": ["binary", "compact"],
+ "transports": ["buffered", "framed"],
+ "sockets": ["ip"]
+ },
+ "client": {
+ "command": ["TestClient"],
+ "workdir": "swift/CrossTests/.build/x86_64-unknown-linux-gnu/debug",
+ "protocols": ["binary", "compact"],
+ "transports": ["buffered", "framed"],
+ "sockets": ["ip"]
+ }
}
]