I want to learn fsharp. So I'm looking at exercism.io
In their readme they instruct to use Xamarin Studio for running the test http://exercism.io/languages/fsharp/tests
But I would like to just run the tests from the terminal. The exercises from exercism only include one F# file e.g. HelloWorldTest.fs
.
This answer Running tests on Mac OS X console using mono/nunit-console/4 instructs to run nunit-console
with a .csproj
or .dll
file. But these files are not present in the exercism files. So I'm not clear what to do.
I have install mono using homebrew. How do I run the NUnit test from the terminal in OSX?