summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Dickow <jjdickow@gmail.com>2014-07-09 15:47:57 -0400
committerJustin Dickow <jjdickow@gmail.com>2014-07-09 15:47:57 -0400
commitf9553d977f9a369afa2cd7b417b0e1d329352dc1 (patch)
treefcb7dd0d1d14c6ac276435b85d6d42d9a92133d4
parent1c9ed1bd682108f2ee58827c67dcd9deab9c1cac (diff)
downloadsmartdevicelink-dev/merge_3.3.1.tar.gz
Build tests by default (again)dev/merge_3.3.1
Signed-off-by: Justin Dickow <jjdickow@gmail.com>
-rw-r--r--CMakeLists.txt8
1 files changed, 3 insertions, 5 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 03aa75132..dc6e3c576 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -35,11 +35,11 @@ option(HMI2 "Use Qt HMI" OFF)
option(EXTENDED_MEDIA_MODE "Turn on and off extended Madia Manager features relates to PulseAudio A2DP and GStreamer" OFF)
option(BUILD_SHARED_LIBS "Build all libraries as shared (if ON) or static (if OFF)" OFF)
option(BUILD_BT_SUPPORT "Bluetooth support" ON)
-option(BUILD_USB_SUPPORT "libusb support" ON)
-option(BUILD_AVAHI_SUPPORT "libavahi support" ON)
+option(BUILD_USB_SUPPORT "libusb support" OFF)
+option(BUILD_AVAHI_SUPPORT "libavahi support" OFF)
option(BUILD_RWLOCK_SUPPORT "rwlocks support" OFF)
option(BUILD_BACKTRACE_SUPPORT "backtrace support" ON)
-option(BUILD_TESTS "Possibility to build and run tests" OFF)
+option(BUILD_TESTS "Possibility to build and run tests" ON)
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,5 +342,3 @@ FIND_PACKAGE(Doxygen)
MESSAGE(STATUS "To enable processing of MscGen comments please install mscgen")
MESSAGE(STATUS "sudo apt-get install mscgen")
ENDIF(DOXYGEN_FOUND)
-
-