test: Make BUILD_TESTS on-by-default
Signed-off-by: Jaehyun Kim <jhkim@precisioninno.com>
This commit is contained in:
parent
b98c2d0bcc
commit
72e3eaddba
|
|
@ -651,7 +651,7 @@ add_custom_command(
|
||||||
# Tests
|
# Tests
|
||||||
################################################################
|
################################################################
|
||||||
|
|
||||||
option(BUILD_TESTS "Build unit tests" OFF)
|
option(BUILD_TESTS "Build unit tests" ON)
|
||||||
if(BUILD_TESTS)
|
if(BUILD_TESTS)
|
||||||
enable_testing()
|
enable_testing()
|
||||||
find_package(GTest REQUIRED)
|
find_package(GTest REQUIRED)
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue