Files
omnivore/apple/OmnivoreKit/Tests/LinuxMain.swift
2022-02-11 09:24:33 -08:00

8 lines
116 B
Swift

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