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:
@@ -1,9 +1,8 @@
|
||||
message("PRELOADING cache")
|
||||
set (CMAKE_VERBOSE_MAKEFILE ON CACHE BOOL "preload")
|
||||
set (BUILD_TESTING ON CACHE BOOL "preload")
|
||||
set (BUILD_TESTING_INTERNAL ON CACHE BOOL "preload")
|
||||
set (WITH_MANPAGES ON CACHE BOOL "preload")
|
||||
set (CMAKE_BUILD_TYPE "preload" CACHE STRING "preload")
|
||||
set (BUILD_TESTING ON CACHE BOOL "preload")
|
||||
set (WITH_PULSE ON CACHE BOOL "preload")
|
||||
set (WITH_CHANNELS ON CACHE BOOL "preload")
|
||||
set (WITH_CUPS ON CACHE BOOL "preload")
|
||||
|
||||
Reference in New Issue
Block a user