summaryrefslogtreecommitdiffstats
path: root/tests/.gitignore
Commit message (Collapse)AuthorAgeFilesLines
* fixed ubsan tests with dynamic libraryYann Collet2020-09-171-0/+1
|
* silence msan warning when offset==0Yann Collet2019-08-061-0/+1
|
* fixed strict C++ compilationYann Collet2019-01-091-0/+1
|
* fix minor cast warning for C++ compilationYann Collet2018-09-051-1/+4
|
* new test program : roundTripTestYann Collet2018-09-041-0/+1
| | | | | | | | make a round trip test with arbitrary input file, generate an `abort()` on error, to work in tandem with `afl`. note : currently locked on level 9, to investigate #560.
* 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.