[Mono.Options] Fix test and add suite to CI (#4963)
authorAlexander Köplinger <alex.koeplinger@outlook.com>
Fri, 2 Jun 2017 11:07:12 +0000 (13:07 +0200)
committerGitHub <noreply@github.com>
Fri, 2 Jun 2017 11:07:12 +0000 (13:07 +0200)
commit9cb34c2a76041a3130adb0b8bc2a9e8af4e12893
treed64f7500a08196e95105ad29f9b01ca0c2398690
parent03c7f4f63b224fed3a644a79a5f3c450852d4d96
[Mono.Options] Fix test and add suite to CI (#4963)

* [Mono.Options] Fix test and add suite to CI

We missed running Mono.Options tests on CI so we didn't catch
this error which was introduced with: https://github.com/mono/mono/pull/4719

```
CSC     [net_4_x-darwin] net_4_x_Mono.Options_test.dll
Test/Mono.Options/CommandSetTest.cs(231,16): error CS7036: There is no argument given that corresponds to the required formal parameter 'error' of 'CommandSet.CommandSet(string, TextWriter, TextWriter, Converter<string, string>)'
```

* [Mono.Options] Stop hardcoding \n to fix tests on Windows
mcs/class/Mono.Options/Test/Mono.Options/CommandSetTest.cs
mcs/class/Mono.Options/Test/Mono.Options/OptionContextTest.cs
mcs/class/Mono.Options/Test/Mono.Options/OptionSetTest.cs
mcs/class/Mono.Options/Test/Mono.Options/OptionTest.cs
scripts/ci/run-test-default.sh