Add Linux Tests

This commit is contained in:
Yasuhiro Hatta 2017-05-28 14:50:59 +09:00
parent eb38710590
commit cf430d4ed2
1 changed files with 1 additions and 0 deletions

View File

@ -11,6 +11,7 @@ import XCTest
XCTMain([
testCase(CSVTests.allTests),
testCase(CSVWriterTests.allTests),
testCase(LineBreakTests.allTests),
testCase(ReadmeTests.allTests),
testCase(TrimFieldsTests.allTests),