Skip to content

Instantly share code, notes, and snippets.

@sonesuke
Created September 22, 2012 10:43
Show Gist options
  • Save sonesuke/3765806 to your computer and use it in GitHub Desktop.
Save sonesuke/3765806 to your computer and use it in GitHub Desktop.
nunit
mcs -t:library Account.cs
mcs -t:library -r:nunit.framework,Account.dll AccountTest.cs
nunit-console AccountTest.dll
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment