summaryrefslogtreecommitdiff
path: root/Test/dafny2/runtest.bat
diff options
context:
space:
mode:
authorGravatar Rustan Leino <leino@microsoft.com>2012-06-08 18:22:33 -0700
committerGravatar Rustan Leino <leino@microsoft.com>2012-06-08 18:22:33 -0700
commit28f11d51299ba82f7cfbdc284a4ed43158619ac8 (patch)
tree0a26bcb1945802969fe35206562b136efe8b2894 /Test/dafny2/runtest.bat
parent43391b50592e2c484872845ff05d670c571f659d (diff)
Dafny: added some test programs
Diffstat (limited to 'Test/dafny2/runtest.bat')
-rw-r--r--Test/dafny2/runtest.bat2
1 files changed, 1 insertions, 1 deletions
diff --git a/Test/dafny2/runtest.bat b/Test/dafny2/runtest.bat
index a4796939..494a8721 100644
--- a/Test/dafny2/runtest.bat
+++ b/Test/dafny2/runtest.bat
@@ -15,7 +15,7 @@ for %%f in (
COST-verif-comp-2011-3-TwoDuplicates.dfy
COST-verif-comp-2011-4-FloydCycleDetect.dfy
Intervals.dfy
- StoreAndRetrieve.dfy
+ StoreAndRetrieve.dfy MajorityVote.dfy SegmentSum.dfy
) do (
echo.
echo -------------------- %%f --------------------