2013-08-24 01:13:27 +00:00
|
|
|
EXCLUDE="-exclude:Windows -include:IntegrationTest"
|
2013-08-24 01:05:15 +00:00
|
|
|
TESTDIR="."
|
|
|
|
NUNIT="$TESTDIR/NUnit.Runners.2.6.1/tools/nunit-console-x86.exe"
|
|
|
|
|
2015-02-04 15:54:25 +00:00
|
|
|
mono --debug --runtime=v4.0 $NUNIT $EXCLUDE -xml:NzbDrone.Api.Result.xml $TESTDIR/NzbDrone.Api.Test.dll
|
|
|
|
mono --debug --runtime=v4.0 $NUNIT $EXCLUDE -xml:NzbDrone.Core.Result.xml $TESTDIR/NzbDrone.Core.Test.dll
|
|
|
|
mono --debug --runtime=v4.0 $NUNIT $EXCLUDE -xml:NzbDrone.Integration.Result.xml $TESTDIR/NzbDrone.Integration.Test.dll
|