* Changing default timeout for start maintenance. * Upgrading dependencies to gorealis v2 and thrift 0.12.0 * Refactored to update to gorealis v2.
8 lines
187 B
Swift
8 lines
187 B
Swift
import XCTest
|
|
@testable import ThriftTests
|
|
|
|
XCTMain([
|
|
testCase(ThriftTests.allTests),
|
|
testCase(TBinaryProtocolTests.allTests),
|
|
testCase(TCompactProtocolTests.allTests),
|
|
])
|