Tests: choose an explicit FULL strategy in tests expecting it

Since it can be set in the environment when running the test suite,
guard tests which are sensitive to intermediate directory strategy
changes with explicit settings.
This commit is contained in:
Ben Boeckel
2025-05-27 14:56:11 +02:00
parent cce31527f8
commit 050f891d81
76 changed files with 168 additions and 39 deletions

View File

@@ -1,3 +1,5 @@
set(CMAKE_INTERMEDIATE_DIR_STRATEGY FULL CACHE STRING "" FORCE)
project(unitybuild_skip C)
set(srcs "")