diff options
author | Unknown <leino@LEINO6.redmond.corp.microsoft.com> | 2012-06-14 13:34:20 -0700 |
---|---|---|
committer | Unknown <leino@LEINO6.redmond.corp.microsoft.com> | 2012-06-14 13:34:20 -0700 |
commit | 1f267ac0d7daf434ed4db31d23914428149297bc (patch) | |
tree | 1fac043fb9493e7f17e533de39f030c87c298d92 /Test/VSComp2010 | |
parent | e07ce1423cf6b75adc8884d2d01e09b4d0f9519b (diff) |
Dafny: cleaned up test scripts a little
Diffstat (limited to 'Test/VSComp2010')
-rw-r--r-- | Test/VSComp2010/runtest.bat | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Test/VSComp2010/runtest.bat b/Test/VSComp2010/runtest.bat index 9535d677..63f5df23 100644 --- a/Test/VSComp2010/runtest.bat +++ b/Test/VSComp2010/runtest.bat @@ -3,8 +3,6 @@ setlocal set BOOGIEDIR=..\..\Binaries
set DAFNY_EXE=%BOOGIEDIR%\Dafny.exe
-set BPLEXE=%BOOGIEDIR%\Boogie.exe
-set CSC=c:/Windows/Microsoft.NET/Framework/v4.0.30319/csc.exe
for %%f in (Problem1-SumMax.dfy Problem2-Invert.dfy
Problem3-FindZero.dfy Problem4-Queens.dfy
|