mirror of
https://github.com/zhigang1992/CurvyText.git
synced 2026-06-15 01:49:28 +08:00
8 lines
118 B
Swift
8 lines
118 B
Swift
import XCTest
|
|
|
|
import PathTextTests
|
|
|
|
var tests = [XCTestCaseEntry]()
|
|
tests += PathTextTests.allTests()
|
|
XCTMain(tests)
|