mirror of
https://github.com/Ranchero-Software/NetNewsWire
synced 2025-08-12 06:26:36 +00:00
8 lines
116 B
Swift
8 lines
116 B
Swift
import XCTest
|
|
|
|
import AccountTests
|
|
|
|
var tests = [XCTestCaseEntry]()
|
|
tests += AccountTests.allTests()
|
|
XCTMain(tests)
|