summaryrefslogtreecommitdiffstats
path: root/tests/fasttest.c
Commit message (Collapse)AuthorAgeFilesLines
* fixed strict aliasing warnings in fasttestYann Collet2016-11-171-9/+2
|
* enabled deprecation warnings on remaining obsolete functionsYann Collet2016-11-121-2/+2
|
* Fix LZ4_decompress_fast_continue() bugNick Terrell2016-11-051-0/+138
It specified the external dictionary location incorrectly. Add tests that expose this bug with both normal compilation and ASAN.