summaryrefslogtreecommitdiffstats
path: root/tests/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* fixed multiples files on lz4cat (#184, by @libor-m)Yann Collet2016-11-101-4/+4
|
* fixed synthetic benchmark modeYann Collet2016-11-091-1/+4
| | | | slightly optimized test mode
* fixed lz4catYann Collet2016-11-091-4/+16
| | | | changed lz4-test order
* DLL exports only functions defined in liblz4.defPrzemyslaw Skibinski2016-11-091-1/+1
|
* create DLL with MinGW/MSYSPrzemyslaw Skibinski2016-11-091-0/+8
|
* removed LZ4_DLL_EXPORT=1 (2)Przemyslaw Skibinski2016-11-091-1/+1
|
* Remove fasttest when cleaningNick Terrell2016-11-091-1/+1
|
* joined arm and aarch64 testsPrzemyslaw Skibinski2016-11-081-0/+2
|
* err0r(LZ4F_errorCodes code) uses ptrdiff_tPrzemyslaw Skibinski2016-11-081-1/+1
|
* test powerpc64Przemyslaw Skibinski2016-11-081-1/+2
|
* tests\Makefile: added test-platformPrzemyslaw Skibinski2016-11-081-2/+8
|
* added "make c_standards"Przemyslaw Skibinski2016-11-071-2/+2
|
* Fix LZ4_decompress_fast_continue() bugNick Terrell2016-11-051-1/+7
| | | | | 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.
* Fix tests for test modeNick Terrell2016-11-041-1/+4
|
* updated programs/README.mdPrzemyslaw Skibinski2016-11-031-1/+1
|
* versionsTests moved to tests/Przemyslaw Skibinski2016-11-031-1/+6
|
* updated links to LZ4 repositoryPrzemyslaw Skibinski2016-11-031-1/+1
|
* test programs moved to tests/Przemyslaw Skibinski2016-11-031-0/+280