mirror of
https://github.com/reactos/reactos.git
synced 2024-11-03 13:25:57 +00:00
db7de12345
* Globally mark expected failures as todos instead of failures. ROSTESTS-128 svn path=/trunk/; revision=62148
12 lines
308 B
CMake
12 lines
308 B
CMake
|
|
add_definitions(-DUSE_WINE_TODOS)
|
|
|
|
list(APPEND SOURCE
|
|
reader.c
|
|
writer.c
|
|
testlist.c)
|
|
|
|
add_executable(xmllite_winetest ${SOURCE})
|
|
set_module_type(xmllite_winetest win32cui)
|
|
add_importlibs(xmllite_winetest ole32 msvcrt kernel32)
|
|
add_cd_file(TARGET xmllite_winetest DESTINATION reactos/bin FOR all)
|