mirror of
https://github.com/metabolist/metatext.git
synced 2025-01-20 10:08:08 +00:00
7 lines
118 B
Swift
7 lines
118 B
Swift
import XCTest
|
|
|
|
import MastodonTests
|
|
|
|
var tests = [XCTestCaseEntry]()
|
|
tests += MastodonTests.allTests()
|
|
XCTMain(tests)
|