Skip to content

Commit ae40b80

Browse files
committed
Add a script to run all the tests from the command line
1 parent 41bb521 commit ae40b80

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

Diff for: test.cmd

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
@echo off
2+
3+
packages\NUnit.ConsoleRunner.3.8.0\tools\nunit3-console.exe tests\FluentAssertions.Mvc3.Tests\bin\Debug\FluentAssertions.Mvc3.Tests.dll tests\FluentAssertions.Mvc4.Tests\bin\Debug\FluentAssertions.Mvc4.Tests.dll tests\FluentAssertions.Mvc5.Tests\bin\Debug\FluentAssertions.Mvc5.Tests.dll

Diff for: tests/FluentAssertions.Mvc5.Tests/packages.config

+1
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,5 @@
66
<package id="Microsoft.AspNet.WebPages" version="3.0.0" targetFramework="net45" />
77
<package id="Microsoft.Web.Infrastructure" version="1.0.0.0" targetFramework="net45" />
88
<package id="NUnit" version="3.2.1" targetFramework="net45" />
9+
<package id="NUnit.ConsoleRunner" version="3.8.0" targetFramework="net45" />
910
</packages>

0 commit comments

Comments
 (0)