Skip to content

Commit

Permalink
add lzip check
Browse files Browse the repository at this point in the history
  • Loading branch information
jinfeihan57 committed Apr 4, 2021
1 parent 3c17cf8 commit 0b5b1b1
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,4 @@ bin/
CPP/7zip/CMAKE/build
*.pyc
__pycache__/
check/TMP_*
3 changes: 3 additions & 0 deletions check/check.sh
Original file line number Diff line number Diff line change
Expand Up @@ -395,6 +395,9 @@ sure ${P7ZIP} x ../test/7za.exe.lzma_eos
sure diff 7za.exe 7za433_ref/bin/7za.exe
sure rm -f 7za.exe

sure ${P7ZIP} x ../test/7za.exe.lz
sure diff 7za.exe 7za433_ref/bin/7za.exe
sure rm -f 7za.exe

echo ""
echo "# TESTING (XZ) ..."
Expand Down
3 changes: 3 additions & 0 deletions check/check_7za.sh
Original file line number Diff line number Diff line change
Expand Up @@ -164,6 +164,9 @@ sure ${P7ZIP} x ../test/7za.exe.lzma_eos
sure diff 7za.exe 7za433_ref/bin/7za.exe
sure rm -f 7za.exe

sure ${P7ZIP} x ../test/7za.exe.lz
sure diff 7za.exe 7za433_ref/bin/7za.exe
sure rm -f 7za.exe

echo ""
echo "# TESTING (XZ) ..."
Expand Down
Binary file added check/test/7za.exe.lz
Binary file not shown.

0 comments on commit 0b5b1b1

Please sign in to comment.