diff options
author | Unknown <aleks@aleks-PC> | 2012-05-06 09:46:45 -0400 |
---|---|---|
committer | Unknown <aleks@aleks-PC> | 2012-05-06 09:46:45 -0400 |
commit | bda15df6576f848c6c53ea6edfdd6812dfece091 (patch) | |
tree | 3c6f5eaa6829c61f71eb5d17e1fe8946aff831cb /Test/dafny1/runtest.bat | |
parent | e6bcb0f21b6cc153a37d4040392f614c279131af (diff) | |
parent | 1096701ea6ac332655167e3e849a0df6a7de7b97 (diff) |
Merge
Diffstat (limited to 'Test/dafny1/runtest.bat')
-rw-r--r-- | Test/dafny1/runtest.bat | 3 |
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
|