summaryrefslogtreecommitdiff
path: root/Test/VSI-Benchmarks/runtest.bat
diff options
context:
space:
mode:
authorGravatar Rustan Leino <unknown>2013-03-05 17:01:25 -0800
committerGravatar Rustan Leino <unknown>2013-03-05 17:01:25 -0800
commit9f7c11c0a12a9b802f23d613abeee91a2fb47743 (patch)
treeff0c5ffd982094c5d03828f1332be03a4d66b4ea /Test/VSI-Benchmarks/runtest.bat
parentc819fabbb8da669952cb7e2e5937c73ff6dcfabe (diff)
Removed Dafny, Jennisys, Chalice, and BCT, which now live in different Codeplex repositories.
Diffstat (limited to 'Test/VSI-Benchmarks/runtest.bat')
-rw-r--r--Test/VSI-Benchmarks/runtest.bat11
1 files changed, 0 insertions, 11 deletions
diff --git a/Test/VSI-Benchmarks/runtest.bat b/Test/VSI-Benchmarks/runtest.bat
deleted file mode 100644
index f5b9d1b9..00000000
--- a/Test/VSI-Benchmarks/runtest.bat
+++ /dev/null
@@ -1,11 +0,0 @@
-@echo off
-setlocal
-
-set BOOGIEDIR=..\..\Binaries
-set DAFNY_EXE=%BOOGIEDIR%\Dafny.exe
-
-for %%f in (b1.dfy b2.dfy b3.dfy b4.dfy b5.dfy b6.dfy b7.dfy b8.dfy) do (
- echo.
- echo -------------------- %%f --------------------
- %DAFNY_EXE% /compile:0 %* %%f
-)