summaryrefslogtreecommitdiff
path: root/tests/Makefile
AgeCommit message (Expand)AuthorFilesLines
2020-09-17fix ubsan testYann Collet1-1/+1
2020-08-26Merge branch 'dev' into extraInputYann Collet1-81/+92
2020-08-25fix test under non-interactive environmentYann Collet1-1/+1
2020-08-25added more tests around --content-sizeYann Collet1-1/+10
2020-08-25use variables for program invocationYann Collet1-80/+82
2020-08-12fix issue #783 (#862)BellaXlp1-3/+11
2020-08-12added test decompress-partial with extraneous input bytesYann Collet1-1/+1
2020-08-10add test that breaks --fastYann Collet1-0/+5
2020-02-07Add test scenario test-lz4-multiple-legacyFilipe Calasans1-1/+39
2019-07-15ensure conformance with custom LZ4_DISTANCE_MAXYann Collet1-1/+1
2019-05-26Handle file not existing case #704gabrielstedman1-0/+1
2019-05-16updated testsYann Collet1-2/+2
2019-05-16List mode improvements.gstedman1-0/+2
2019-05-15Add multiframe report to --list commandgstedman1-2/+5
2019-04-23test-amalgamation: split the ruleDmitry V. Levin1-6/+8
2019-04-23test-amalgamation: fix compilation optionsDmitry V. Levin1-1/+1
2019-04-23test-amalgamation: use a single cat commandDmitry V. Levin1-3/+1
2019-04-23test-amalgamation: fix the list of prerequisitesDmitry V. Levin1-1/+1
2019-04-23More build imrpvementsJPeterMugaas1-1/+1
2019-04-22Merge pull request #691 from lz4/listYann Collet1-0/+1
2019-04-22Merge pull request #689 from JPeterMugaas/jpm-makefileYann Collet1-11/+3
2019-04-22refactored --list functionYann Collet1-0/+1
2019-04-22Fix a test for mingwJPeterMugaas1-1/+1
2019-04-22Try to put some tests I made in ONE place. I also moved a test for "install"...JPeterMugaas1-67/+2
2019-04-22Initial commits from diff I submitted earlierJPeterMugaas1-7/+64
2019-04-21ensure tests work when `stdout` is not the consoleYann Collet1-1/+1
2019-04-21tests/Makefile : created CMP variableYann Collet1-6/+8
2019-04-19cli: display a warning whenever default output is stdout while input != stdinYann Collet1-13/+13
2019-04-12added tests for -d -m -cYann Collet1-10/+24
2019-04-12fixed lz4 -m -cYann Collet1-3/+12
2019-04-12added command -BI for "Independent Blocks"Yann Collet1-1/+1
2019-04-08fixed cleaning tmp directoryYann Collet1-3/+3
2019-04-08slightly faster huge file testYann Collet1-1/+1
2019-04-08added make list target to testsYann Collet1-0/+6
2019-01-10Fix pass-through modeTim Zakian1-3/+6
2019-01-09Add test to cover issue #596Ruben O. Chiavone1-0/+5
2018-11-26[amalgamation] lz4frame.cBing Xu1-0/+1
2018-11-16[amalgamation] add testBing Xu1-1/+7
2018-09-28support custom block sizesBlaise Sanouillet1-2/+6
2018-09-08Add support for MidnightBSDLucas Holt1-1/+1
2018-09-06Merge pull request #563 from lz4/docDictYann Collet1-1/+2
2018-09-05updated documentation regarding dictionary compressionYann Collet1-1/+2
2018-09-04new test program : roundTripTestYann Collet1-1/+4
2018-06-27Fixed bugs about incorrect acceleration calculation and benchmarking negative...Jennifer Liu1-2/+1
2018-06-26Fixed invalid argument test and reformatted elseJennifer Liu1-2/+2
2018-06-26Fixed code based on comments from pull requestJennifer Liu1-2/+7
2018-06-26Fixed lz4 not found error part 2Jennifer Liu1-3/+3
2018-06-26Fixed lz4 not found errorJennifer Liu1-3/+3
2018-06-25Fixed bug about file to be compressed is not presentJennifer Liu1-4/+3
2018-06-25Added --fast command to cliJennifer Liu1-0/+6