mirror of
https://github.com/reactos/reactos.git
synced 2025-05-20 17:45:06 +00:00
[USER32_WINETEST] Change module type to win32cui to be able to see test results
This commit is contained in:
parent
89f58017c0
commit
178285c275
1 changed files with 1 additions and 2 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue