imgcodecs: fix test build with disabled JPEG and PNG libs
authorMaksim Shabunin <maksim.shabunin@gmail.com>
Mon, 6 Jul 2020 11:52:52 +0000 (14:52 +0300)
committerMaksim Shabunin <maksim.shabunin@gmail.com>
Mon, 6 Jul 2020 11:52:52 +0000 (14:52 +0300)
modules/imgcodecs/test/test_read_write.cpp

index c53cc5a..985d5c1 100644 (file)
@@ -31,6 +31,7 @@ const tuple<string, Size> images[] =
 #ifdef HAVE_PNG
     make_tuple<string, Size>("../cv/shared/pic1.png", Size(400, 300)),
 #endif
+    make_tuple<string, Size>("../highgui/readwrite/ordinary.bmp", Size(480, 272)),
 };
 
 TEST_P(Imgcodecs_Resize, imread_reduce_flags)