Skip to content

Commit a1defc2

Browse files
committed
hardcode tests option
1 parent 80d7048 commit a1defc2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmake/features.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ ov_dependent_option (ENABLE_INTEL_CPU "CPU plugin for OpenVINO Runtime" ${ENABLE
1919

2020
ov_dependent_option (ENABLE_ARM_COMPUTE_CMAKE "Enable ARM Compute build via cmake" OFF "ENABLE_INTEL_CPU" OFF)
2121

22-
ov_option (ENABLE_TESTS "unit, behavior and functional tests" OFF)
22+
ov_option (ENABLE_TESTS "unit, behavior and functional tests" ON)
2323

2424
if(ENABLE_TESTS)
2525
include(CTest)

0 commit comments

Comments
 (0)