Tests: Created tests for hardware functions.
commitaa75c5563a760aea3aa23d997d519e702e82726b
authorJia Tan <jiat0218@gmail.com>
Fri, 10 Jun 2022 13:35:18 +0000 (10 21:35 +0800)
committerLasse Collin <lasse.collin@tukaani.org>
Fri, 10 Jun 2022 13:58:47 +0000 (10 16:58 +0300)
tree6c1219bf5d268cb1be4744a868ae9cfc20035d8d
parent5c8ffdca20813939818843476fb212dfae8838a3
Tests: Created tests for hardware functions.

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.
.gitignore
tests/Makefile.am
tests/test_hardware.c [new file with mode: 0644]