]> git.proxmox.com Git - ceph.git/blob - ceph/src/jaegertracing/thrift/lib/swift/Tests/LinuxMain.swift
buildsys: switch source download to quincy
[ceph.git] / ceph / src / jaegertracing / thrift / lib / swift / Tests / LinuxMain.swift
1 import XCTest
2 @testable import ThriftTests
3
4 XCTMain([
5 testCase(ThriftTests.allTests),
6 testCase(TBinaryProtocolTests.allTests),
7 testCase(TCompactProtocolTests.allTests),
8 ])