GeoIP2-swift/Tests/LinuxMain.swift

8 lines
126 B
Swift
Raw Normal View History

2020-04-27 21:25:09 +08:00
import XCTest
import GeoIP2_swiftTests
var tests = [XCTestCaseEntry]()
tests += GeoIP2_swiftTests.allTests()
XCTMain(tests)