summaryrefslogtreecommitdiffstats
path: root/tests/Makefile
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #1187 from t-mat/pr-issue-1186Yann Collet2022-12-021-3/+34
|\
| * Add environment check for freestanding testTakayuki Matsuoka2022-11-091-3/+34
* | Remove PATH=$(PATH) prefix from all shell script invocationTakayuki Matsuoka2022-11-291-12/+12
|/
* Update Meson build to 1.9.4Tristan Partin2022-10-201-283/+20
* added test able to catch bug #1167Yann Collet2022-09-151-0/+1
* add a test to catch issue #1164Yann Collet2022-09-141-0/+6
* Remove test-freestanding from tests/Makefile "all" and "test"Takayuki Matsuoka2022-08-081-2/+2
* Fix: Ignore exitcode of strace and ltraceTakayuki Matsuoka2022-08-071-2/+2
* Add LZ4_FREESTANDING test on Linux x86-64 platformTakayuki Matsuoka2022-08-071-3/+12
* extend disabling checksum validation to normal lz4 CLI decompressionYann Collet2022-07-291-1/+1
* introduced new `--no-crc` commandYann Collet2022-07-291-0/+2
* implement decoder-only benchmark modeYann Collet2022-07-291-0/+3
* test independence for parallel runYann Collet2022-07-171-206/+228
* support skippable frames within pipeYann Collet2022-07-151-1/+13
* first ABI compat testsYann Collet2022-07-121-1/+8
* fixed minor leakYann Collet2022-07-011-1/+1
* fixed -tmYann Collet2022-07-011-0/+5
* fail on requesting to process 3+ file names in legacy modeYann Collet2022-07-011-5/+4
* tests: add tests for `LZ4_decompress_safe_partial_usingDict`Qi Wang2022-06-071-1/+6
* added target test-compile-with-lz4-memory-usageYann Collet2022-01-311-0/+8
* --test and --list return an error when parsing invalid fileYann Collet2022-01-291-1/+1
* Merge pull request #1056 from lz4/fix_opt12Yann Collet2022-01-291-0/+1
|\
| * fixed bug in optimal parserYann Collet2022-01-291-0/+1
* | added testYann Collet2022-01-291-0/+1
|/
* make UNAME externally definableYann Collet2021-08-161-2/+2
* fix CFLAGS unexport issueYann Collet2020-12-011-1/+1
* LZ4IO_createDict() doesn't need prefsYann Collet2020-11-141-1/+1
* first proposal for LZ4_USER_MEMORY_FUNCTIONSYann Collet2020-11-091-3/+6
* fix ubsan testYann Collet2020-09-171-1/+1
* Merge branch 'dev' into extraInputYann Collet2020-08-271-81/+92
|\
| * fix test under non-interactive environmentYann Collet2020-08-251-1/+1
| * added more tests around --content-sizeYann Collet2020-08-251-1/+10
| * use variables for program invocationYann Collet2020-08-251-80/+82
* | fix issue #783 (#862)BellaXlp2020-08-121-3/+11
* | added test decompress-partial with extraneous input bytesYann Collet2020-08-121-1/+1
|/
* add test that breaks --fastYann Collet2020-08-101-0/+5
* Add test scenario test-lz4-multiple-legacyFilipe Calasans2020-02-081-1/+39
* ensure conformance with custom LZ4_DISTANCE_MAXYann Collet2019-07-151-1/+1
* Handle file not existing case #704gabrielstedman2019-05-261-0/+1
* updated testsYann Collet2019-05-161-2/+2
* List mode improvements.gstedman2019-05-161-0/+2
* Add multiframe report to --list commandgstedman2019-05-151-2/+5
* test-amalgamation: split the ruleDmitry V. Levin2019-04-231-6/+8
* test-amalgamation: fix compilation optionsDmitry V. Levin2019-04-231-1/+1
* test-amalgamation: use a single cat commandDmitry V. Levin2019-04-231-3/+1
* test-amalgamation: fix the list of prerequisitesDmitry V. Levin2019-04-231-1/+1
* More build imrpvementsJPeterMugaas2019-04-231-1/+1
* Merge pull request #691 from lz4/listYann Collet2019-04-231-0/+1
|\
| * refactored --list functionYann Collet2019-04-221-0/+1
* | Merge pull request #689 from JPeterMugaas/jpm-makefileYann Collet2019-04-221-11/+3
|\ \ | |/ |/|