diff options
author | Rustan Leino <leino@microsoft.com> | 2012-09-25 21:54:16 -0700 |
---|---|---|
committer | Rustan Leino <leino@microsoft.com> | 2012-09-25 21:54:16 -0700 |
commit | 8e3eccb18beeb045ff0bb6908854b5f966aab69c (patch) | |
tree | 6e7e07db1929cd1a16ee452499d10bb96ddfea85 /Test/dafny0/runtest.bat | |
parent | b07e9cbb6bf486f789eeee0bbe34dc7c10ef159a (diff) |
Dafny: added test cases for resolving iterators
Diffstat (limited to 'Test/dafny0/runtest.bat')
-rw-r--r-- | Test/dafny0/runtest.bat | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Test/dafny0/runtest.bat b/Test/dafny0/runtest.bat index 2055e283..b602f089 100644 --- a/Test/dafny0/runtest.bat +++ b/Test/dafny0/runtest.bat @@ -23,7 +23,8 @@ for %%f in (TypeTests.dfy NatTypes.dfy SmallTests.dfy Definedness.dfy ReturnErrors.dfy ReturnTests.dfy ChainingDisjointTests.dfy
CallStmtTests.dfy MultiSets.dfy PredExpr.dfy LetExpr.dfy
Predicates.dfy Skeletons.dfy Maps.dfy LiberalEquality.dfy
- RefinementModificationChecking.dfy TailCalls.dfy) do (
+ RefinementModificationChecking.dfy TailCalls.dfy
+ IteratorResolution.dfy) do (
echo.
echo -------------------- %%f --------------------
%DAFNY_EXE% /compile:0 /print:out.bpl.tmp /dprint:out.dfy.tmp %* %%f
|