summaryrefslogtreecommitdiff
path: root/Test/dafny2/runtest.bat
diff options
context:
space:
mode:
Diffstat (limited to 'Test/dafny2/runtest.bat')
-rw-r--r--Test/dafny2/runtest.bat1
1 files changed, 1 insertions, 0 deletions
diff --git a/Test/dafny2/runtest.bat b/Test/dafny2/runtest.bat
index 25dbed54..909f67f5 100644
--- a/Test/dafny2/runtest.bat
+++ b/Test/dafny2/runtest.bat
@@ -16,6 +16,7 @@ for %%f in (
StoreAndRetrieve.dfy
Intervals.dfy TreeFill.dfy TuringFactorial.dfy
MajorityVote.dfy SegmentSum.dfy
+ MonotonicHeapstate.dfy
) do (
echo.
echo -------------------- %%f --------------------