summaryrefslogtreecommitdiff
path: root/Test/dafny3
diff options
context:
space:
mode:
Diffstat (limited to 'Test/dafny3')
-rw-r--r--Test/dafny3/runtest.bat24
1 files changed, 13 insertions, 11 deletions
diff --git a/Test/dafny3/runtest.bat b/Test/dafny3/runtest.bat
index 9bce80c5..40992f28 100644
--- a/Test/dafny3/runtest.bat
+++ b/Test/dafny3/runtest.bat
@@ -4,14 +4,16 @@ setlocal
set BINARIES=..\..\Binaries
set DAFNY_EXE=%BINARIES%\Dafny.exe
-for %%f in (
- Iter.dfy Streams.dfy Dijkstra.dfy CachedContainer.dfy
- SimpleInduction.dfy SimpleCoinduction.dfy CalcExample.dfy
- InductionVsCoinduction.dfy Zip.dfy SetIterations.dfy
- Paulson.dfy Filter.dfy WideTrees.dfy InfiniteTrees.dfy
- OpaqueTrees.dfy
-) do (
- echo.
- echo -------------------- %%f --------------------
- %DAFNY_EXE% /compile:0 /dprint:out.dfy.tmp %* %%f
-)
+%DAFNY_EXE% /compile:0 /verifySeparately %* Iter.dfy Streams.dfy Dijkstra.dfy CachedContainer.dfy SimpleInduction.dfy SimpleCoinduction.dfy CalcExample.dfy InductionVsCoinduction.dfy Zip.dfy SetIterations.dfy Paulson.dfy Filter.dfy WideTrees.dfy InfiniteTrees.dfy OpaqueTrees.dfy
+
+rem for %%f in (
+rem Iter.dfy Streams.dfy Dijkstra.dfy CachedContainer.dfy
+rem SimpleInduction.dfy SimpleCoinduction.dfy CalcExample.dfy
+rem InductionVsCoinduction.dfy Zip.dfy SetIterations.dfy
+rem Paulson.dfy Filter.dfy WideTrees.dfy InfiniteTrees.dfy
+rem OpaqueTrees.dfy
+rem ) do (
+rem echo.
+rem echo -------------------- %%f --------------------
+rem %DAFNY_EXE% /compile:0 /dprint:out.dfy.tmp %* %%f
+rem )