diff options
Diffstat (limited to 'Test.cmd')
-rw-r--r-- | Test.cmd | 7 |
1 files changed, 6 insertions, 1 deletions
@@ -1 +1,6 @@ -start .\packages\NUnit.2.5.10.11092\tools\nunit.exe .\OATH.Net.sln +@echo off +setlocal + +call "%~dp0Build.cmd" Debug + +start "NUnit" "%~dp0packages\NUnit.2.5.10.11092\tools\nunit.exe" "%~dp0OATH.Net.sln" |