Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Normalise line endings using a .gitattributes file. Unfortunately | Dan Liew | 2015-06-28 |
| | | | | | | this required that this commit globally modify most files. If you want to use git blame to see the real author of a line use the ``-w`` flag so that whitespace changes are ignored. | ||
* | Fix lit test suite when running Boogie under a path that contains | Dan Liew | 2014-05-27 |
| | | | | spaces. | ||
* | Converted textbook tests to lit tests. | Dan Liew | 2014-04-08 |
| | |||
* | Added some Dafny and Boogie test cases, including Turing's factorial ↵ | Rustan Leino | 2011-11-03 |
program, Hoare's classic FIND, and some induction tests for negative integers |