Commit Graph

8 Commits

Author SHA1 Message Date
Yasuhiro Hatta 0f9d4bfd27 Generate LinuxMain.swift using `swift test --generate-linuxmain` 2019-06-29 21:11:46 +09:00
Yasuhiro Hatta 3639a75c33 Add enum Newline for Writer 2017-06-19 02:42:35 +09:00
Yasuhiro Hatta 2a284b6d3d Keep compatibility with version 1 2017-06-18 15:50:31 +09:00
Yasuhiro Hatta 7d56f466a9 Rename CSV to CSVReader 2017-05-29 01:33:24 +09:00
Yasuhiro Hatta 13c29f98ed Merge branch 'master' into develop
# Conflicts:
#	Tests/CSVTests/CSVTests.swift
#	Tests/CSVTests/ReadmeTests.swift
2016-12-23 16:52:27 +09:00
Claus Höfele 9a061c28c3 Hook up unit tests for Linux-based builds 2016-11-28 22:18:40 +01:00
Yasuhiro Hatta 7b3d6e73cd Merge branch 'master' into develop
# Conflicts:
#	CSV.xcodeproj/project.pbxproj
2016-11-16 01:47:45 +09:00
Lukas Schmidt 2b7a25a378 Updates Package structure to fix error
error: the module at Tests/CSV has an invalid name ('CSV'): the name of
a test module has no ‘Tests’ suffix
fix: rename the module at ‘Tests/CSV’ to have a ‘Tests’ suffix
2016-11-13 14:11:47 +01:00