mirror of
https://github.com/morgan9e/FreeRDP
synced 2026-04-15 00:44:19 +09:00
[cmake] split tests
* Keep BUILD_TESTING, but only run tests compatible with API (for packaging) * Add BUILD_TESTING_INTERNAL for all tests including internal function tests that modify API to be run on our CI
This commit is contained in:
@@ -20,7 +20,7 @@ endif()
|
||||
set(RDTK_BUILD_CONFIG_LIST "")
|
||||
GET_CMAKE_PROPERTY(res VARIABLES)
|
||||
FOREACH(var ${res})
|
||||
IF (var MATCHES "^WITH_*|^BUILD_TESTING|^RDTK_HAVE_*")
|
||||
IF (var MATCHES "^WITH_*|^BUILD_TESTING*|^RDTK_HAVE_*")
|
||||
LIST(APPEND RDTK_BUILD_CONFIG_LIST "${var}=${${var}}")
|
||||
ENDIF()
|
||||
ENDFOREACH()
|
||||
|
||||
Reference in New Issue
Block a user