summaryrefslogtreecommitdiff
path: root/Test/dafny1/runtest.bat
diff options
context:
space:
mode:
authorGravatar Unknown <aleks@aleks-PC>2012-05-06 09:46:45 -0400
committerGravatar Unknown <aleks@aleks-PC>2012-05-06 09:46:45 -0400
commitbda15df6576f848c6c53ea6edfdd6812dfece091 (patch)
tree3c6f5eaa6829c61f71eb5d17e1fe8946aff831cb /Test/dafny1/runtest.bat
parente6bcb0f21b6cc153a37d4040392f614c279131af (diff)
parent1096701ea6ac332655167e3e849a0df6a7de7b97 (diff)
Merge
Diffstat (limited to 'Test/dafny1/runtest.bat')
-rw-r--r--Test/dafny1/runtest.bat3
1 files changed, 2 insertions, 1 deletions
diff --git a/Test/dafny1/runtest.bat b/Test/dafny1/runtest.bat
index 524765cf..0ad75ffa 100644
--- a/Test/dafny1/runtest.bat
+++ b/Test/dafny1/runtest.bat
@@ -12,7 +12,8 @@ for %%f in (BQueue.bpl) do (
%BPLEXE% %* %%f
)
-for %%f in (Queue.dfy PriorityQueue.dfy ExtensibleArray.dfy
+for %%f in (Queue.dfy PriorityQueue.dfy
+ ExtensibleArray.dfy ExtensibleArrayAuto.dfy
BinaryTree.dfy
UnboundedStack.dfy
SeparationLogicList.dfy