X-Git-Url: https://git.draconx.ca/gitweb/liblbx.git/blobdiff_plain/bdad20799885211ac4c76bdaef5b027552d6241d..91689c5ef8174cc65e1f3ce31f9869778b2af671:/tests/regress.zsh diff --git a/tests/regress.zsh b/tests/regress.zsh index 0131fbd..041e83f 100755 --- a/tests/regress.zsh +++ b/tests/regress.zsh @@ -82,6 +82,15 @@ echo "starbg.lbx.009: single frame, raw data:" $LBXIMG -df starbg.lbx.009 -p fonts.lbx.005 compare 0 cfc5d92b6503951c4962498c7dcfea31 +# Monsters +$LBXTOOL -xf $DATADIR/monster.lbx monster.lbx.{007,014} + +echo "monster.lbx.007: multi frame, chunked:" +$LBXIMG -df monster.lbx.007 -p fonts.lbx.004 -O monster.lbx.014 0 5 19 +compare 0 59399c8d2d74116ff4b330a2cc1f3cc2 +compare 5 6947e108f7c8d2d2d626c67af3fdb7e2 +compare 19 03d86257527f0d7a91c2cde57059e734 + # Clean up if [[ $FAILED -eq 0 ]]; then echo "All tests completed successfully."