CSV.swift/Tests/LinuxMain.swift

15 lines
184 B
Swift

//
// LinuxMain.swift
// CSV
//
// Created by Yasuhiro Hatta on 2016/06/11.
//
//
import XCTest
@testable import CSVTestSuite
XCTMain([
testCase(CSVReaderTests.allTests),
])