X-Git-Url: https://git.reactos.org/?p=reactos.git;a=blobdiff_plain;f=rostests%2Fwinetests%2Fuser32%2FCMakeLists.txt;h=1e256bc825605be4b6bc79da1b23cd1c0e18f67f;hp=7759513cc83e6ee7950b2585bd7ff7704a1e8a47;hb=559bf9639468e83ff34a6f06d3501ccb1efdccb3;hpb=85d90c9dff996f1be0930c33bd5847bb9532f343 diff --git a/rostests/winetests/user32/CMakeLists.txt b/rostests/winetests/user32/CMakeLists.txt index 7759513cc83..1e256bc8256 100644 --- a/rostests/winetests/user32/CMakeLists.txt +++ b/rostests/winetests/user32/CMakeLists.txt @@ -27,6 +27,7 @@ list(APPEND SOURCE testlist.c) add_executable(user32_winetest ${SOURCE} resource.rc) -set_module_type(user32_winetest win32cui) +# some tests need to be run from an app compiled as GUI +set_module_type(user32_winetest win32gui) add_importlibs(user32_winetest user32 gdi32 advapi32 msvcrt kernel32) add_cd_file(TARGET user32_winetest DESTINATION reactos/bin FOR all)