Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2022-06-14 | Tests: test_vli: Remove an invalid test-assertion. | Lasse Collin | 1 | -2/+0 | |
lzma_vli is unsigned so trying a signed value results in a compiler warning from -Wsign-conversion. (lzma_vli)-1 equals to LZMA_VLI_UNKNOWN anyway which is the next assertion. | |||||
2022-06-14 | Tests: test_vli: Add const where appropriate. | Lasse Collin | 1 | -25/+28 | |
2022-06-14 | Created tests for all functions exported in vli.h | Jia Tan | 1 | -0/+308 | |
Achieved 100% code coverage vli_encoder.c, vli_decoder.c, and vli_size.c |