mirror of
https://github.com/Ranchero-Software/NetNewsWire.git
synced 2024-12-12 01:17:29 +01:00
8 lines
116 B
Swift
8 lines
116 B
Swift
import XCTest
|
|
|
|
import AccountTests
|
|
|
|
var tests = [XCTestCaseEntry]()
|
|
tests += AccountTests.allTests()
|
|
XCTMain(tests)
|