mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2026-04-18 21:55:12 -04:00
added nunit console runner script
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user