From a4af24114ae44ee34246fdc8bd16ce05d5518c20 Mon Sep 17 00:00:00 2001 From: Rustan Leino Date: Thu, 4 Oct 2012 18:58:20 -0700 Subject: Added Test/dafny3 and another test file for iterators (hey, you can even run Iter.dfy!) Fixed migration issues --- Test/VSComp2010/runtest.bat | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Test/VSComp2010') 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 -- cgit v1.2.3