disable gmock build and remove obsolete tests

This commit is contained in:
2026-03-21 13:31:29 +03:00
parent fe3b30bd49
commit edb7189013
7 changed files with 1 additions and 699 deletions
+1 -1
View File
@@ -13,6 +13,7 @@ FetchContent_Declare(
)
# For Windows: Prevent overriding the parent project's compiler/linker settings
set(gtest_force_shared_crt ON CACHE BOOL "" FORCE)
set(BUILD_GMOCK OFF CACHE BOOL "Build Google Mock" FORCE)
FetchContent_MakeAvailable(googletest)
enable_testing()
@@ -32,7 +33,6 @@ macro(pip_test NAME)
set(PIP_TESTS_LIST ${PIP_TESTS_LIST} PARENT_SCOPE)
endmacro()
#pip_test(concurrent)
pip_test(math)
pip_test(core)
pip_test(piobject)