mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-20 21:43:33 -07:00
added nunit console runner script
This commit is contained in:
parent
73ee1f89fe
commit
cae0ebefc9
9 changed files with 58 additions and 54 deletions
5
tests_mono.sh
Normal file
5
tests_mono.sh
Normal 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
|
Loading…
Add table
Add a link
Reference in a new issue