[USER32_WINETEST]
authorJérôme Gardou <jerome.gardou@reactos.org>
Thu, 18 Sep 2014 13:04:59 +0000 (13:04 +0000)
committerJérôme Gardou <jerome.gardou@reactos.org>
Thu, 18 Sep 2014 13:04:59 +0000 (13:04 +0000)
 - Compile as a GUI app

svn path=/trunk/; revision=64188

rostests/winetests/user32/CMakeLists.txt

index 7759513..1e256bc 100644 (file)
@@ -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)