summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Collapse)AuthorAgeFilesLines
* added "make c_standards"Przemyslaw Skibinski2016-11-071-2/+2
|
* Fix LZ4_decompress_fast_continue() bugNick Terrell2016-11-052-1/+145
| | | | | It specified the external dictionary location incorrectly. Add tests that expose this bug with both normal compilation and ASAN.
* Merge pull request #252 from inikep/devYann Collet2016-11-041-2/+1
|\ | | | | Dev
| * redefined VOID for Windows/MSYSPrzemyslaw Skibinski2016-11-041-2/+1
| |
* | Return error if input file does not exist.Nick Terrell2016-11-041-0/+5
|/ | | | Make `lz4 file-does-not-exist` return non-zero.
* Merge pull request #250 from terrelln/test-modeYann Collet2016-11-041-1/+4
|\ | | | | Fix test mode and write to null
| * Fix tests for test modeNick Terrell2016-11-041-1/+4
| |
* | 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.
* updated programs/README.mdPrzemyslaw Skibinski2016-11-031-1/+1
|
* versionsTests moved to tests/Przemyslaw Skibinski2016-11-034-1/+522
|
* updated links to LZ4 repositoryPrzemyslaw Skibinski2016-11-035-5/+5
|
* test programs moved to tests/Przemyslaw Skibinski2016-11-035-0/+3318