Commit Graph

4 Commits

Author SHA1 Message Date
Frank Kair dbe321424d Refactors generate_linux_tests script (#236)
Motivation:

generate_linux_tests.rb is written in a non idiomatic way.

Modifications:

I used Rubocop to refactor the code.
More info: https://github.com/bbatsov/rubocop

Result:

A more idiomatic Ruby script.
2018-03-27 11:36:45 -07:00
Cory Benfield 898c2f5882
Update test generation script to append newline character. (#70)
Motivation:

Nicely written files end in newline characters.

Modifications:

Edited the test generation script to put a newline at the end of the
LinuxMain.swift file.

Result:

One more newline
2018-03-02 17:51:20 +09:00
Cory Benfield 088c09ece5 Improve Linux test gen script to match current format. (#3)
Motivation:

Right now the test gen script will rewrite every file. Not ideal!

Modifications:

Added the license header, and made the follow-on comment match that
style.

Result:

Test files will look the same when running this script as they do
now.
2018-02-21 20:16:28 +01:00
Tom Doron 7d5dc67af8 scripts cleanup
motivation: nicer source tree

chanages:
* move scripts to scripts directory
* move integration tests to IntegrationTests directory and remove driver script
* add .sh extension to bash scripts
* adjust rio.yaml
2018-02-12 10:06:46 -08:00