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