mirror of
https://github.com/opencv/opencv.git
synced 2024-11-24 11:10:21 +08:00
Restored and extended Highgui test logic for small windows.
This commit is contained in:
parent
47a6ffb73c
commit
2e07ec1f87
@ -216,7 +216,11 @@ TEST(Highgui_GUI, trackbar)
|
||||
}
|
||||
|
||||
// See https://github.com/opencv/opencv/issues/25560
|
||||
#if !defined(ENABLE_PLUGINS)
|
||||
#if (!defined(ENABLE_PLUGINS) \
|
||||
&& !defined HAVE_GTK \
|
||||
&& !defined HAVE_QT \
|
||||
&& !defined HAVE_WIN32UI \
|
||||
&& !defined HAVE_WAYLAND)
|
||||
TEST(Highgui_GUI, DISABLED_small_width_image)
|
||||
#else
|
||||
TEST(Highgui_GUI, small_width_image)
|
||||
|
Loading…
Reference in New Issue
Block a user