aboutsummaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rw-r--r--test/test_apng.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/test_apng.cpp b/test/test_apng.cpp
index 9c15e3cf..026826b1 100644
--- a/test/test_apng.cpp
+++ b/test/test_apng.cpp
@@ -11,6 +11,7 @@ TEST_CASE("Support APNG Plugin (place lib same path)", "[apng]") {
// Fails for some reason on windows and linux don't know about osx
// apng animation seems to be broken linux qt5-5.15.2
+ INFO(QImageReader::supportedImageFormats().join(' ').toStdString());
REQUIRE((QImageReader::supportedImageFormats().contains("apng") ||
QImageReader::supportedImageFormats().contains("APNG")));
}