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.bat1
1 files changed, 1 insertions, 0 deletions
diff --git a/Test/dafny3/runtest.bat b/Test/dafny3/runtest.bat
index 7a3d3a20..9bce80c5 100644
--- a/Test/dafny3/runtest.bat
+++ b/Test/dafny3/runtest.bat
@@ -9,6 +9,7 @@ for %%f in (
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 --------------------