summaryrefslogtreecommitdiffstats
path: root/Test.cmd
diff options
context:
space:
mode:
Diffstat (limited to 'Test.cmd')
-rw-r--r--Test.cmd7
1 files changed, 6 insertions, 1 deletions
diff --git a/Test.cmd b/Test.cmd
index 203995e..c461e08 100644
--- a/Test.cmd
+++ b/Test.cmd
@@ -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"