nuget runner is downloaded using nuget.

This commit is contained in:
kay.one 2013-08-18 16:24:01 -07:00
commit 1373d34013
13 changed files with 9 additions and 124 deletions

View file

@ -1,5 +1,6 @@
NUNIT="./Libraries/nunit/nunit-console-x86.exe"
EXCLUDE="/exclude:Windows"
TESTDIR="."
TESTDIR=.
NUNIT=$TESTDIR/NUnit.Runners.2.6.1/tools/nunit-console-x86.exe
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