australis/vendor/git.apache.org/thrift.git/lib/swift/Tests/LinuxMain.swift

8 lines
187 B
Swift

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