summaryrefslogtreecommitdiff
path: root/tests/pack/packbuilder.c
Commit message (Collapse)AuthorAgeFilesLines
* Fix a bug in the pack::packbuilder suitePhilip Kelley2014-05-171-0/+2
|
* Test cancel from indexer progress callbackRussell Belfer2013-12-111-3/+22
| | | | | | | | | | | | | | | This adds tests that try canceling an indexer operation from within the progress callback. After writing the tests, I wanted to run this under valgrind and had a number of errors in that situation because mmap wasn't working. I added a CMake option to force emulation of mmap and consolidated the Amiga-specific code into that new place (so we don't actually need separate Amiga code now, just have to turn on -DNO_MMAP). Additionally, I made the indexer code propagate error codes more reliably than it used to.
* Update files that reference tests-clarBen Straub2013-11-141-1/+1
|
* Rename tests-clar to testsBen Straub2013-11-141-0/+204