thrift/lib/swift/Tests/LinuxMain.swift
2018-04-08 07:11:37 -04:00

9 lines
187 B
Swift

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