[USER32_WINETEST] Change module type to win32cui to be able to see test results

This commit is contained in:
Timo Kreuzer 2023-02-01 18:29:38 +02:00
parent 89f58017c0
commit 178285c275

View file

@ -47,7 +47,6 @@ if(CMAKE_C_COMPILER_ID STREQUAL "GNU")
endif()
add_pch(user32_winetest precomp.h "${PCH_SKIP_SOURCE}")
# some tests need to be run from an app compiled as GUI
set_module_type(user32_winetest win32gui)
set_module_type(user32_winetest win32cui)
add_importlibs(user32_winetest user32 gdi32 advapi32 msvcrt kernel32)
add_rostests_file(TARGET user32_winetest)