[cmake,test] deactivate TestGdiLine

The test is broken (and has been for a long time), deactivate it.
This commit is contained in:
akallabeth 2024-02-04 20:32:33 +01:00 committed by akallabeth
parent d7ebec5a65
commit 42cfe9bf1a
1 changed files with 3 additions and 3 deletions

View File

@ -6,8 +6,8 @@ set(${MODULE_PREFIX}_DRIVER ${MODULE_NAME}.c)
set(${MODULE_PREFIX}_TESTS set(${MODULE_PREFIX}_TESTS
TestGdiRop3.c TestGdiRop3.c
TestGdiLine.c # TestGdiLine.c # TODO: This test is broken
TestGdiRegion.c TestGdiRegion.c
TestGdiRect.c TestGdiRect.c
TestGdiBitBlt.c TestGdiBitBlt.c
TestGdiCreate.c TestGdiCreate.c
@ -21,7 +21,7 @@ create_test_sourcelist(${MODULE_PREFIX}_SRCS
include_directories(..) include_directories(..)
add_library(helpers STATIC add_library(helpers STATIC
helpers.c) helpers.c)
target_link_libraries(helpers freerdp) target_link_libraries(helpers freerdp)