summaryrefslogtreecommitdiff
path: root/Test/dafny3/runtest.bat
diff options
context:
space:
mode:
Diffstat (limited to 'Test/dafny3/runtest.bat')
-rw-r--r--Test/dafny3/runtest.bat5
1 files changed, 4 insertions, 1 deletions
diff --git a/Test/dafny3/runtest.bat b/Test/dafny3/runtest.bat
index 2ebba74a..83d2bba9 100644
--- a/Test/dafny3/runtest.bat
+++ b/Test/dafny3/runtest.bat
@@ -4,7 +4,10 @@ setlocal
set BINARIES=..\..\Binaries
set DAFNY_EXE=%BINARIES%\Dafny.exe
-for %%f in (Iter.dfy Streams.dfy Dijkstra.dfy CachedContainer.dfy) do (
+for %%f in (
+ Iter.dfy Streams.dfy Dijkstra.dfy CachedContainer.dfy
+ SimpleCoinduction.dfy CalcExample.dfy
+) do (
echo.
echo -------------------- %%f --------------------
%DAFNY_EXE% /compile:0 /dprint:out.dfy.tmp %* %%f