summaryrefslogtreecommitdiff
path: root/tests-clay/object/tree/diff.c
Commit message (Collapse)AuthorAgeFilesLines
* Rename the Clay test suite to ClarVicent Martí2012-01-241-168/+0
| | | | | Clay is the name of a programming language on the makings, and we want to avoid confusions. Sorry for the huge diff!
* clay tests: free resourcesCarlos Martín Nieto2012-01-061-0/+1
| | | | Trees, indices and repos need to be freed
* add diff-index testsClemens Buchacher2011-12-301-4/+14
|
* clay: reset expect_idx in diff_more testClemens Buchacher2011-12-301-6/+13
| | | | | | For the diff-index tests, the diff_more test will run multiple times. Reset the expect_idx counter after each test in order to allow this.
* clay: add tests for tree diff'ingCarlos Martín Nieto2011-12-031-0/+150
Signed-off-by: Carlos Martín Nieto <carlos@cmartin.tk> Signed-off-by: Vicent Marti <tanoku@gmail.com>