fix ctest

This commit is contained in:
2026-08-11 14:41:25 +03:00
parent a81a450c44
commit 5fe03eaf96
2 changed files with 3 additions and 2 deletions
+3
View File
@@ -220,6 +220,9 @@ endforeach(F)
if (TESTS)
set(PIP_ROOT_BINARY_DIR "${CMAKE_CURRENT_BINARY_DIR}")
if (TESTS_RUN)
enable_testing()
endif()
add_subdirectory(tests)
endif()