updated scripts

This commit is contained in:
TomPallister 2016-10-12 21:40:42 +01:00
parent 1fcc0c20d3
commit 9d89c6c1ab
2 changed files with 13 additions and 1 deletions

View File

@ -1,4 +1,3 @@
#!/bin/bash
echo ------------------------- echo -------------------------
echo Running Ocelot.Benchmarks echo Running Ocelot.Benchmarks

13
run-tests.bat Normal file
View File

@ -0,0 +1,13 @@
echo -------------------------
echo Running Ocelot.UnitTests
dotnet restore test/Ocelot.UnitTests/
dotnet test test/Ocelot.UnitTests/
echo Running Ocelot.AcceptanceTests
cd test/Ocelot.AcceptanceTests/
dotnet restore
dotnet test
cd ../../