commit | a9b6c7039b3f61b03528d262c3e8d9dc022e89cd | [log] [tgz] |
---|---|---|
author | Chris Simpson <apocolipse@gmail.com> | Sun Apr 08 07:11:37 2018 -0400 |
committer | James E. King, III <jking@apache.org> | Sun Apr 08 07:11:37 2018 -0400 |
tree | 823aa98d55822cb6b9e95b57c735975333b55501 | |
parent | 7ad0665008764c0522672b314605d88959e20716 [diff] [blame] |
THRIFT-3773: Swift 3 changes, Squashed (#1084) Client: swift
diff --git a/lib/swift/Tests/LinuxMain.swift b/lib/swift/Tests/LinuxMain.swift new file mode 100644 index 0000000..288fec9 --- /dev/null +++ b/lib/swift/Tests/LinuxMain.swift
@@ -0,0 +1,8 @@ +import XCTest +@testable import ThriftTests + +XCTMain([ + testCase(ThriftTests.allTests), + testCase(TBinaryProtocolTests.allTests), + testCase(TCompactProtocolTests.allTests), +])