Revert "Cleanup: move CMake test utility functions into testing.cmake"

This breaks execution of some Windows tests.

This reverts commit 4190a61020.
This commit is contained in:
Brecht Van Lommel
2024-01-02 19:06:39 +01:00
parent a815594394
commit 4ce14a639f
30 changed files with 301 additions and 269 deletions

View File

@@ -41,5 +41,6 @@ if(WITH_GTESTS)
set(TEST_LIB
PRIVATE bf_intern_atomic
)
include(GTestTesting)
blender_add_test_executable(atomic "${TEST_SRC}" "${INC};${TEST_INC}" "${INC_SYS}" "${LIB};${TEST_LIB}")
endif()