summaryrefslogtreecommitdiff
path: root/Test/VSI-Benchmarks
diff options
context:
space:
mode:
authorGravatar Rustan Leino <leino@microsoft.com>2012-10-04 18:58:20 -0700
committerGravatar Rustan Leino <leino@microsoft.com>2012-10-04 18:58:20 -0700
commita4af24114ae44ee34246fdc8bd16ce05d5518c20 (patch)
tree1056d4375d6554ec8b0792ab76a59138956dd50a /Test/VSI-Benchmarks
parent0a76a9953bd35663e20cc197ae5247a25cadc4bd (diff)
Added Test/dafny3 and another test file for iterators (hey, you can even run Iter.dfy!)
Fixed migration issues
Diffstat (limited to 'Test/VSI-Benchmarks')
-rw-r--r--Test/VSI-Benchmarks/runtest.bat4
1 files changed, 2 insertions, 2 deletions
diff --git a/Test/VSI-Benchmarks/runtest.bat b/Test/VSI-Benchmarks/runtest.bat
index f5b9d1b9..8f6dfc40 100644
--- a/Test/VSI-Benchmarks/runtest.bat
+++ b/Test/VSI-Benchmarks/runtest.bat
@@ -1,8 +1,8 @@
@echo off
setlocal
-set BOOGIEDIR=..\..\Binaries
-set DAFNY_EXE=%BOOGIEDIR%\Dafny.exe
+set BINARIES=..\..\Binaries
+set DAFNY_EXE=%BINARIES\Dafny.exe
for %%f in (b1.dfy b2.dfy b3.dfy b4.dfy b5.dfy b6.dfy b7.dfy b8.dfy) do (
echo.