summaryrefslogtreecommitdiffstats
path: root/tests/.gitignore
Commit message (Collapse)AuthorAgeFilesLines
* added checkTagYann Collet2018-01-151-0/+1
| | | | | checkTag verifies that provided tag and library version match. It's started automatically in circleCI when a new tag is created.
* added v1.x.y to versions testsYann Collet2016-11-171-0/+1
|
* fixed lz4catYann Collet2016-11-091-0/+4
| | | | changed lz4-test order
* fix #198 : no longer requires to restart streaming decompression from where ↵Yann Collet2016-11-041-0/+9
it stopped. It permits relocating remaining data into another memory space. Still, the same content must be presented.