1 2 3 4 5 6 7 8
import XCTest @testable import ThriftTests XCTMain([ testCase(ThriftTests.allTests), testCase(TBinaryProtocolTests.allTests), testCase(TCompactProtocolTests.allTests), ])