From: Justin Dickow Date: Wed, 9 Jul 2014 19:20:48 +0000 (-0400) Subject: Build tests by default X-Git-Tag: 3.5~57 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=1c9ed1bd682108f2ee58827c67dcd9deab9c1cac;p=profile%2Fivi%2Fsmartdevicelink.git Build tests by default Signed-off-by: Justin Dickow --- diff --git a/CMakeLists.txt b/CMakeLists.txt index fad0841..03aa751 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -39,8 +39,8 @@ option(BUILD_USB_SUPPORT "libusb support" ON) option(BUILD_AVAHI_SUPPORT "libavahi support" ON) option(BUILD_RWLOCK_SUPPORT "rwlocks support" OFF) option(BUILD_BACKTRACE_SUPPORT "backtrace support" ON) -option(BUILD_TESTS "Possibility to build and run tests" ON) -option(BUILD_TESTS_WITH_HMI "Possibility to build and run HMI tests" ON) +option(BUILD_TESTS "Possibility to build and run tests" OFF) +option(BUILD_TESTS_WITH_HMI "Possibility to build and run HMI tests" OFF) option(ENABLE_LOG "Logging feature" ON) option(EXTENDED_POLICY_FLAG "Build with specific features and extended functionality" OFF) @@ -342,3 +342,5 @@ FIND_PACKAGE(Doxygen) MESSAGE(STATUS "To enable processing of MscGen comments please install mscgen") MESSAGE(STATUS "sudo apt-get install mscgen") ENDIF(DOXYGEN_FOUND) + +