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/dafny1/runtest.bat | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Test/dafny1') diff --git a/Test/dafny1/runtest.bat b/Test/dafny1/runtest.bat index a49bbf9a..60b562d0 100644 --- a/Test/dafny1/runtest.bat +++ b/Test/dafny1/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 (Queue.dfy PriorityQueue.dfy ExtensibleArray.dfy ExtensibleArrayAuto.dfy -- cgit v1.2.3