From 238f1e6815f5104dc4c6e1c1cd77fb2eb22b7268 Mon Sep 17 00:00:00 2001 From: Keivan Beigi Date: Fri, 23 Aug 2013 18:05:15 -0700 Subject: [PATCH] Integration test script for mono --- integration_mono.sh | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 integration_mono.sh diff --git a/integration_mono.sh b/integration_mono.sh new file mode 100644 index 000000000..4ec48e18e --- /dev/null +++ b/integration_mono.sh @@ -0,0 +1,7 @@ +EXCLUDE="-exclude:Windows,IntegrationTest" +TESTDIR="." +NUNIT="$TESTDIR/NUnit.Runners.2.6.1/tools/nunit-console-x86.exe" + +mono $NUNIT $EXCLUDE -xml:NzbDrone.Api.Result.xml $TESTDIR/NzbDrone.Api.Test.dll +mono $NUNIT $EXCLUDE -xml:NzbDrone.Core.Result.xml $TESTDIR/NzbDrone.Core.Test.dll +mono $NUNIT $EXCLUDE -xml:NzbDrone.Integration.Result.xml $TESTDIR/NzbDrone.Integration.Test.dll \ No newline at end of file