1
0
mirror of https://github.com/Radarr/Radarr.git synced 2024-10-05 15:47:20 +02:00

added integration tests to integration script.

This commit is contained in:
Keivan Beigi 2013-08-23 18:13:27 -07:00
parent 238f1e6815
commit be2741dfdf

View File

@ -1,4 +1,4 @@
EXCLUDE="-exclude:Windows,IntegrationTest"
EXCLUDE="-exclude:Windows -include:IntegrationTest"
TESTDIR="."
NUNIT="$TESTDIR/NUnit.Runners.2.6.1/tools/nunit-console-x86.exe"