splash-rs/highlight-swift/Tests/LinuxMain.swift

7 lines
106 B
Swift
Raw Normal View History

2022-12-10 20:36:48 +00:00
import XCTest
2023-01-02 18:38:12 +00:00
@testable import highlight_swift_tests
2022-12-10 20:36:48 +00:00
XCTMain([
testCase(HighlightTests.allTests),
])