blob: 288fec9e42803add481b50239c870f886f76030a [file] [log] [blame]
Chris Simpsona9b6c702018-04-08 07:11:37 -04001import XCTest
2@testable import ThriftTests
3
4XCTMain([
5 testCase(ThriftTests.allTests),
6 testCase(TBinaryProtocolTests.allTests),
7 testCase(TCompactProtocolTests.allTests),
8])