Add final opaque to transparent gradient test.

This commit is contained in:
Pavel Krajcevski 2013-09-10 13:34:13 -04:00
parent dd625fca71
commit 0172df4e60
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 transparent
gradient white gray transparent trans-gradient
)
FOREACH(IMAGE ${TEST_IMAGES})
FILE(COPY

View file

@ -123,3 +123,7 @@ TEST(Decompressor, DecompressTransparent) {
ImageTester("transparent.pvr");
}
TEST(Decompressor, DecompressTransGradient) {
ImageTester("trans-gradient.pvr");
}

Binary file not shown.