test: Make BUILD_TESTS on-by-default

Signed-off-by: Jaehyun Kim <jhkim@precisioninno.com>
This commit is contained in:
Jaehyun Kim 2026-02-27 09:50:16 +09:00
parent b98c2d0bcc
commit 72e3eaddba
1 changed files with 1 additions and 1 deletions

View File

@ -651,7 +651,7 @@ add_custom_command(
# Tests
################################################################
option(BUILD_TESTS "Build unit tests" OFF)
option(BUILD_TESTS "Build unit tests" ON)
if(BUILD_TESTS)
enable_testing()
find_package(GTest REQUIRED)