We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 80d7048 commit a1defc2Copy full SHA for a1defc2
cmake/features.cmake
@@ -19,7 +19,7 @@ ov_dependent_option (ENABLE_INTEL_CPU "CPU plugin for OpenVINO Runtime" ${ENABLE
19
20
ov_dependent_option (ENABLE_ARM_COMPUTE_CMAKE "Enable ARM Compute build via cmake" OFF "ENABLE_INTEL_CPU" OFF)
21
22
-ov_option (ENABLE_TESTS "unit, behavior and functional tests" OFF)
+ov_option (ENABLE_TESTS "unit, behavior and functional tests" ON)
23
24
if(ENABLE_TESTS)
25
include(CTest)
0 commit comments