summaryrefslogtreecommitdiffstats
path: root/src/jaegertracing/thrift/lib/swift/Tests/LinuxMain.swift
blob: 288fec9e42803add481b50239c870f886f76030a (plain)
1
2
3
4
5
6
7
8
import XCTest
@testable import ThriftTests

XCTMain([
     testCase(ThriftTests.allTests),
     testCase(TBinaryProtocolTests.allTests),
     testCase(TCompactProtocolTests.allTests),
])