summaryrefslogtreecommitdiff
path: root/test/select-common.c
Commit message (Collapse)AuthorAgeFilesLines
* Improve output when selection test fails.Michael Drake2014-10-041-0/+38
| | | | Makes it easier to spot where the difference is.
* Various changes which modify API and ABI:Michael Drake2013-12-131-0/+1608
- Remove client allocation function. - Change node_classes callback not to yield array ownership to libcss. - Node bloom filters now built by, during selection libcss. - Added selection callbacks to get and set data on document nodes. Test suite, example, and documentation updated to match.