summaryrefslogtreecommitdiffstats
path: root/libziparchive/testdata
Commit message (Collapse)AuthorAgeFilesLines
* libziparchive: fix issue with a directory with one fileMykola Kondratenko2015-03-191-0/+0
| | | | | | | | | libziparchive fails to iterate some bootanimation archives reporting invalid offset error. This is caused by failure to process a directory with one file (when name_offset + file_name_length == cd_offset). Change-Id: I2733e7f782c14a6fadd5491bb94318ac968df206
* Add unit tests for libziparchive.Narayan Kamath2013-12-101-0/+0
- Add a build rule for host tests - Add basic tests for Find / Iterate and Extract for both deflated & stored entries. - Fix an off by one error that the test uncovered. Change-Id: If72009b1ea9791d5a265829f05c32ffe1c2752c4