summaryrefslogtreecommitdiffstats
path: root/tests/.gitignore
Commit message (Collapse)AuthorAgeFilesLines
* Add LZ4_FREESTANDING test on Linux x86-64 platformTakayuki Matsuoka2022-08-071-0/+1
| | | | Also added tests/Makefile entry "test-freestanding".
* first ABI compat testsYann Collet2022-07-121-0/+3
| | | | only use current march & default compiler
* tests: add tests for `LZ4_decompress_safe_partial_usingDict`Qi Wang2022-06-071-1/+1
| | | | Signed-off-by: Qi Wang <wangqi@linux.alibaba.com>
* 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.