mirror of
https://github.com/Sonarr/Sonarr.git
synced 2024-12-16 11:37:58 +02:00
5 lines
277 B
Bash
5 lines
277 B
Bash
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 |