summaryrefslogtreecommitdiff
path: root/Test/dafny1
diff options
context:
space:
mode:
authorGravatar Rustan Leino <leino@microsoft.com>2013-03-09 09:14:29 -0800
committerGravatar Rustan Leino <leino@microsoft.com>2013-03-09 09:14:29 -0800
commitf9a64be8ef09ac2160391c91ea8e23e5f389d1f5 (patch)
treecd85534e1d02a8e2129dd903543578b624c95e73 /Test/dafny1
parente6e355e9eadadb033a26180a5391e6a52f73d67b (diff)
Adjustments in the /vcsMaxKeepGoingSplits flag in the test suite
Diffstat (limited to 'Test/dafny1')
-rw-r--r--Test/dafny1/runtest.bat15
1 files changed, 14 insertions, 1 deletions
diff --git a/Test/dafny1/runtest.bat b/Test/dafny1/runtest.bat
index 467bedca..eec45782 100644
--- a/Test/dafny1/runtest.bat
+++ b/Test/dafny1/runtest.bat
@@ -11,7 +11,20 @@ for %%f in (Queue.dfy PriorityQueue.dfy
SeparationLogicList.dfy
ListCopy.dfy ListReverse.dfy ListContents.dfy
MatrixFun.dfy pow2.dfy
- SchorrWaite.dfy SchorrWaite-stages.dfy
+ ) do (
+ echo.
+ echo -------------------- %%f --------------------
+ %DAFNY_EXE% /compile:0 /vcsMaxKeepGoingSplits:2 /dprint:out.dfy.tmp %* %%f
+)
+
+REM ShorrWaite takes a lot longer with /vcsMaxKeepGoingSplits:2, so run it without
+for %%f in (SchorrWaite.dfy) do (
+ echo.
+ echo -------------------- %%f --------------------
+ %DAFNY_EXE% /compile:0 /dprint:out.dfy.tmp %* %%f
+)
+
+for %%f in (SchorrWaite-stages.dfy
Cubes.dfy SumOfCubes.dfy FindZero.dfy
TerminationDemos.dfy Substitution.dfy TreeDatatype.dfy KatzManna.dfy
Induction.dfy Rippling.dfy MoreInduction.dfy