mirror of https://github.com/FreeRDP/FreeRDP
[cmake,test] deactivate TestGdiLine
The test is broken (and has been for a long time), deactivate it.
This commit is contained in:
parent
d7ebec5a65
commit
42cfe9bf1a
|
@ -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)
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue