1
0
Fork 0
mirror of https://github.com/Sonarr/Sonarr synced 2024-12-22 15:56:58 +00: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"