summaryrefslogtreecommitdiff
path: root/Test/VSComp2010/runtest.bat
diff options
context:
space:
mode:
Diffstat (limited to 'Test/VSComp2010/runtest.bat')
-rw-r--r--Test/VSComp2010/runtest.bat13
1 files changed, 0 insertions, 13 deletions
diff --git a/Test/VSComp2010/runtest.bat b/Test/VSComp2010/runtest.bat
deleted file mode 100644
index 63f5df23..00000000
--- a/Test/VSComp2010/runtest.bat
+++ /dev/null
@@ -1,13 +0,0 @@
-@echo off
-setlocal
-
-set BOOGIEDIR=..\..\Binaries
-set DAFNY_EXE=%BOOGIEDIR%\Dafny.exe
-
-for %%f in (Problem1-SumMax.dfy Problem2-Invert.dfy
- Problem3-FindZero.dfy Problem4-Queens.dfy
- Problem5-DoubleEndedQueue.dfy) do (
- echo.
- echo -------------------- %%f --------------------
- %DAFNY_EXE% /compile:0 %* %%f
-)