Sonarr/tests_mono.sh

6 lines
295 B
Bash
Raw Normal View History

2013-08-18 23:03:17 +00:00
EXCLUDE="/exclude:Windows"
2013-08-18 23:51:26 +00:00
TESTDIR="."
NUNIT="$TESTDIR/NUnit.Runners.2.6.1/tools/nunit-console-x86.exe"
2013-08-18 23:03:17 +00:00
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