I wrote some simple test cases for lzma sdk (version:1805).
Whether them can be submitted to the community?
test case file:
1、C/Util/Lzma/test.sh
test the command: lzma e|d inputfile outputfile
lzma is the test application for LZMA compression, which is built from LzmaUtil.c
2、C/Util/Lzma/LzmaAPITest.c
test the api in LzmaLib.h : LzmaCompress and LzmaUncompress
To run these test cases, I modified "C/Util/Lzma/makefile.gcc".
Run test cases:
cd C/Util/Lzma
make check -f makefile.gcc
update the patch file
Last edit: GuoPing Chen 2019-04-25