From cdefc951832b6efc455ce3070e6fab470bd602f1 Mon Sep 17 00:00:00 2001 From: Rustan Leino Date: Tue, 22 Nov 2011 18:33:22 -0800 Subject: Dafny: call C# compiler directly from inside Dafny, and optionally produce a .cs file with the new /spillTargetCode switch --- Test/vstte2012/runtest.bat | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) (limited to 'Test/vstte2012') diff --git a/Test/vstte2012/runtest.bat b/Test/vstte2012/runtest.bat index 07b5859e..5145cb56 100644 --- a/Test/vstte2012/runtest.bat +++ b/Test/vstte2012/runtest.bat @@ -14,11 +14,5 @@ for %%f in ( ) do ( echo. echo -------------------- %%f -------------------- - - REM The following line will just run the verifier - IF "%COMPILEDAFNY%"=="" %DAFNY_EXE% /compile:0 /dprint:out.dfy.tmp %* %%f - - REM Alternatively, the following lines also produce C# code and compile it - IF NOT "%COMPILEDAFNY%"=="" %DAFNY_EXE% %* %%f - IF NOT "%COMPILEDAFNY%"=="" %CSC% /nologo /debug /t:library /out:out.dll /r:System.Numerics.dll out.cs + %DAFNY_EXE% /compile:0 /dprint:out.dfy.tmp %* %%f ) -- cgit v1.2.3