mirror of
https://github.com/nicklockwood/SwiftFormat.git
synced 2026-05-17 10:30:35 +00:00
8 lines
116 B
Swift
8 lines
116 B
Swift
import EuclidTests
|
|
import XCTest
|
|
|
|
var tests = [XCTestCaseEntry]()
|
|
tests += EuclidTests.__allTests()
|
|
|
|
XCTMain(tests)
|