added nunit console runner script

This commit is contained in:
kay.one 2013-08-18 16:03:17 -07:00
commit cae0ebefc9
9 changed files with 58 additions and 54 deletions

5
tests_mono.sh Normal file
View file

@ -0,0 +1,5 @@
NUNIT="./Libraries/nunit/nunit-console-x86.exe"
EXCLUDE="/exclude:Windows"
TESTDIR="."
mono $NUNIT $EXCLUDE /xml:NzbDrone.Libraries.Result.xml $TESTDIR/NzbDrone.Libraries.Test.dll
mono $NUNIT $EXCLUDE /xml:NzbDrone.Libraries.Common.Result.xm $TESTDIR/NzbDrone.Common.Test.dll