mirror of
https://github.com/reactos/reactos.git
synced 2024-11-04 05:43:30 +00:00
9d8a815e5f
* Globally mark expected failures as todos. ROSTESTS-128 svn path=/trunk/; revision=62188
6 lines
259 B
CMake
6 lines
259 B
CMake
|
|
add_definitions(-DUSE_WINE_TODOS)
|
|
add_executable(usp10_winetest usp10.c testlist.c)
|
|
set_module_type(usp10_winetest win32cui)
|
|
add_importlibs(usp10_winetest usp10 user32 gdi32 msvcrt kernel32)
|
|
add_cd_file(TARGET usp10_winetest DESTINATION reactos/bin FOR all)
|