CSV/Tests/LinuxMain.swift

7 lines
87 B
Swift

import XCTest
@testable import CSVTests
XCTMain([
testCase(CSVTests.allTests),
])