]> git.draconx.ca Git - liblbx.git/blobdiff - tests/moo2-mainmenu.tap
tests: Add info on what each MOO2 image is actually testing.
[liblbx.git] / tests / moo2-mainmenu.tap
index 168c815785f30cca1914de16e2d1c17585504e2e..59a42f3c4cfb5f8b85ec18e6d003474b26c7ddb0 100755 (executable)
@@ -2,7 +2,7 @@
 #
 # 2ooM: The Master of Orion II Reverse Engineering Project
 # Test correct decoding of various images in mainmenu.lbx
-# Copyright © 2013 Nick Bowler
+# Copyright © 2013-2014 Nick Bowler
 #
 # This program is free software: you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
@@ -28,15 +28,18 @@ plan_ 10
 command_ok_ "unpacking fonts.lbx"    $LBXTOOL -xf "$MOO2DATA/fonts.lbx"
 command_ok_ "unpacking mainmenu.lbx" $LBXTOOL -xf "$MOO2DATA/mainmenu.lbx"
 
+diag_ "Test image with embedded palette"
 command_ok_ "decoding mainmenu.lbx.021" \
        $LBXIMG -F pam --output-prefix test0 -df mainmenu.lbx.021
 dx_check_pam_md5 "test0.000.pam" 848e33a0addc6e9acdc4fee6cbd56639
 
+diag_ "Test image with external palette"
 command_ok_ "decoding mainmenu.lbx.007" \
        $LBXIMG -F pam --output-prefix test1 --palette fonts.lbx.006 \
                -df mainmenu.lbx.007
 dx_check_pam_md5 "test1.000.pam" f301ffcc1a2faa3a0aa68514784012ec
 
+diag_ "Test image with animation and external palette"
 command_ok_ "decoding mainmenu.lbx.000" \
        $LBXIMG -F pam --output-prefix test2 --palette fonts.lbx.006 \
                -df mainmenu.lbx.000