summaryrefslogtreecommitdiff
path: root/Test/dafny3/runtest.bat
diff options
context:
space:
mode:
authorGravatar Rustan Leino <leino@microsoft.com>2013-01-22 23:20:40 -0800
committerGravatar Rustan Leino <leino@microsoft.com>2013-01-22 23:20:40 -0800
commitd3e8fdae367e29bc9fae675b3befe5a3bbc5daa0 (patch)
treec7b0992bbe1ff6fec231b3f34857201cbfa46a96 /Test/dafny3/runtest.bat
parent3934a2bf234377d26a199a3e7ae98c6eebf4a9ab (diff)
Examples from co-induction paper
Diffstat (limited to 'Test/dafny3/runtest.bat')
-rw-r--r--Test/dafny3/runtest.bat3
1 files changed, 2 insertions, 1 deletions
diff --git a/Test/dafny3/runtest.bat b/Test/dafny3/runtest.bat
index 83d2bba9..aeffee89 100644
--- a/Test/dafny3/runtest.bat
+++ b/Test/dafny3/runtest.bat
@@ -6,7 +6,8 @@ set DAFNY_EXE=%BINARIES%\Dafny.exe
for %%f in (
Iter.dfy Streams.dfy Dijkstra.dfy CachedContainer.dfy
- SimpleCoinduction.dfy CalcExample.dfy
+ SimpleInduction.dfy SimpleCoinduction.dfy CalcExample.dfy
+ InductionVsCoinduction.dfy Zip.dfy
) do (
echo.
echo -------------------- %%f --------------------