Commit Graph

4 Commits

Author SHA1 Message Date
Tom Doron f76a2bfa66 sort linux tests
motivation: generated linux tests dont have consitent sorting in different OSs

changes:

* change test generator to sort tests and imports in memory before writing to file
* update LinuxMain to the sorted version
2017-10-17 09:51:59 -07:00
Tom Doron 788b684151 test generation should not include timestamp
motivation: keep changeset smaller

changes: remove timestamp from test generator template, regenerate tests with new template
2017-06-22 11:36:31 -07:00
Johannes Weiß 1bdeee7594 regenerate Linux tests 2017-06-22 12:36:37 +01:00
Tom Doron a6bae8b759 linux support
motivation: be able to build and test on linux

changes:
* add dockerfile to create docker image running all toold required for testing on linux
* add readme with instruction on how to use the docker setup
* add script to generate linux tests mapping
* add .swift_version file to explicitly call out the swift version needed to build the project
* adjust code that did not build on linux, mainly casting between Int32 and Int
2017-06-21 10:58:28 -07:00