metatext-app-ios-iphone-ipad/Mastodon/Tests/LinuxMain.swift

8 lines
118 B
Swift
Raw Normal View History

2020-08-31 01:33:11 +02:00
import XCTest
import MastodonTests
var tests = [XCTestCaseEntry]()
tests += MastodonTests.allTests()
XCTMain(tests)