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

8 lines
118 B
Swift

import XCTest
import MastodonTests
var tests = [XCTestCaseEntry]()
tests += MastodonTests.allTests()
XCTMain(tests)