summaryrefslogtreecommitdiff
path: root/Test/VSComp2010
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/VSComp2010
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/VSComp2010')
-rw-r--r--Test/VSComp2010/runtest.bat4
1 files changed, 2 insertions, 2 deletions
diff --git a/Test/VSComp2010/runtest.bat b/Test/VSComp2010/runtest.bat
index 63f5df23..9206f51e 100644
--- a/Test/VSComp2010/runtest.bat
+++ b/Test/VSComp2010/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 (Problem1-SumMax.dfy Problem2-Invert.dfy
Problem3-FindZero.dfy Problem4-Queens.dfy