mirror of
https://github.com/reactos/reactos.git
synced 2026-06-06 21:51:53 +08:00
[USER32_WINETEST] Change module type to win32cui to be able to see test results
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user