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

7 lines
106 B
Swift
Raw Normal View History

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