aboutsummaryrefslogtreecommitdiff
path: root/tests/test_hardware.c (follow)
AgeCommit message (Collapse)AuthorFilesLines
2022-06-10Tests: Created tests for hardware functions.Jia Tan1-0/+45
Created tests for all API functions exported in src/liblzma/api/lzma/hardware.h. The tests are fairly trivial but are helpful because they will inform users if their machines cannot support these functions. They also improve the code coverage metrics.