GeoIP2-swift/Tests/LinuxMain.swift

8 lines
126 B
Swift

import XCTest
import GeoIP2_swiftTests
var tests = [XCTestCaseEntry]()
tests += GeoIP2_swiftTests.allTests()
XCTMain(tests)