Skip to content
This repository was archived by the owner on Dec 5, 2024. It is now read-only.

Commit 899af57

Browse files
committed
Add new tests to the test script
1 parent 9c14dd4 commit 899af57

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@ fi
1212
NunitDirectory="packages\NUnit.Runners.2.6.4\tools"
1313
ConsoleRunner="$NunitDirectory\nunit-console.exe"
1414

15-
$ConsoleRunner "build\IntegrationTests\IntegrationTests.dll" "build\IntegrationTests\TestUtils.dll" "build\TaskSystemIntegrationTests\TaskSystemIntegrationTests.dll" "build\UnitTests\TestUtils.dll" "build\UnitTests\UnitTests.dll" "src\tests\TestUtils\bin\\$Configuration\TestUtils.dll" $Exclude
15+
$ConsoleRunner "build\UnityTests\UnityTests.dll" "build\IntegrationTests\IntegrationTests.dll" "build\TaskSystemIntegrationTests\TaskSystemIntegrationTests.dll" "build\UnitTests\UnitTests.dll" $Exclude

0 commit comments

Comments
 (0)