mirror of
https://github.com/wnagrodzki/SwiftLogger.git
synced 2025-04-07 13:01:51 +02:00
9 lines
161 B
Swift
9 lines
161 B
Swift
import XCTest
|
|
|
|
#if !canImport(ObjectiveC)
|
|
public func allTests() -> [XCTestCaseEntry] {
|
|
return [
|
|
testCase(SwiftLoggerTests.allTests),
|
|
]
|
|
}
|
|
#endif
|