summaryrefslogtreecommitdiff
path: root/Test/README.md
Commit message (Collapse)AuthorAge
* Normalise line endings using a .gitattributes file. UnfortunatelyGravatar Dan Liew2015-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.
* Documented the clean.py scriptGravatar Dan Liew2014-05-28
|
* Document lit's ``-s`` option.Gravatar Dan Liew2014-05-28
|
* Fix lit test suite when running Boogie under a path that containsGravatar Dan Liew2014-05-27
| | | | spaces.
* Added simple python implementation of diff to replace using theGravatar Dan Liew2014-05-27
| | | | | ``fc`` tool on windows because it is buggy when tests are run concurrently.
* Added some documentation on the new testing infrastructureGravatar Dan Liew2014-05-11