thrift/lib/swift/Tests/LinuxMain.swift
2022-12-16 00:09:39 +08:00

9 lines
187 B
Swift

import XCTest
@testable import ThriftTests
XCTMain([
testCase(ThriftTests.allTests),
testCase(TBinaryProtocolTests.allTests),
testCase(TCompactProtocolTests.allTests),
])