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