aboutsummaryrefslogtreecommitdiff
path: root/tests/test_microlzma.c (follow)
AgeCommit message (Collapse)AuthorFilesLines
2024-04-13Tests: test_microlzma: Add a "FIXME?" about LZMA_FINISH handlingHEADlarhzu/masterLasse Collin1-0/+8
2024-04-13Tests: test_microlzma: Tweak comments, coding style, and minor detailsLasse Collin1-66/+83
A few lines were reordered, a few ARRAY_SIZE were changed to sizeof, and a few uint32_t were changed to size_t. No real functional changes were intended.
2024-03-09Tests: Replace HAVE_MICROLZMA usage in CMake and Autotools builds.Jia Tan1-8/+4
This reverts commit adaacafde6661496ca2814b1e94a3ba5186428cb.
2024-02-26Tests: Correct license header in test_microlzma.c.Jia Tan1-3/+2
2024-02-23Tests: Add MicroLZMA test.Jia Tan1-0/+548