Add a transparent pvr image test

This commit is contained in:
Pavel Krajcevski 2013-09-09 10:33:04 -05:00
parent 6c8eea5520
commit 5020f81f00
3 changed files with 5 additions and 1 deletions

View file

@ -76,7 +76,7 @@ IF(PVRTEXLIB_FOUND)
# Copy the .pvr files that we will use for testing...
SET(TEST_IMAGES
gradient white gray
gradient white gray transparent
)
FOREACH(IMAGE ${TEST_IMAGES})
FILE(COPY

View file

@ -119,3 +119,7 @@ TEST(Decompressor, DecompressGray) {
ImageTester("gray.pvr");
}
TEST(Decompressor, DecompressTransparent) {
ImageTester("transparent.pvr");
}

Binary file not shown.