mirror of
https://github.com/valitydev/thrift.git
synced 2024-11-07 10:48:51 +00:00
a9b6c7039b
Client: swift
9 lines
187 B
Swift
9 lines
187 B
Swift
import XCTest
|
|
@testable import ThriftTests
|
|
|
|
XCTMain([
|
|
testCase(ThriftTests.allTests),
|
|
testCase(TBinaryProtocolTests.allTests),
|
|
testCase(TCompactProtocolTests.allTests),
|
|
])
|