summaryrefslogtreecommitdiffstats
path: root/tests/decompress-partial-usingDict.c
Commit message (Collapse)AuthorAgeFilesLines
* fix decompress-partial-usingDict.cYann Collet2022-07-151-11/+26
| | | | | | | | | The recently added test decompress-partial-usingDict tends to fail for unknown reasons, more frequently under the combination for clang-9 + `-mx32`. There is a suspicion that the test is using too much stack. Fixing that, + adding traces, to get more information if it fails again.
* tests: add tests for `LZ4_decompress_safe_partial_usingDict`Qi Wang2022-06-071-0/+88
Signed-off-by: Qi Wang <wangqi@linux.alibaba.com>