summaryrefslogtreecommitdiff
path: root/PluginCommandInterfaceDbus
diff options
context:
space:
mode:
authorchristian linke <christian.linke@bmw.de>2013-01-08 16:31:16 +0100
committerchristian linke <christian.linke@bmw.de>2013-01-08 16:31:16 +0100
commit5485dee80853f3d014f929d538eb02fee1a62a66 (patch)
tree067c8bbd0a5edeedb1269451281d7a47bc4e1155 /PluginCommandInterfaceDbus
parenteb9ff538b99e08cb1a0d1a5e82d1159db90f8fac (diff)
downloadaudiomanager-5485dee80853f3d014f929d538eb02fee1a62a66.tar.gz
* remove python from nodestatemanger test, remove warnings from test CXX flags, fix compare warning
Signed-off-by: christian linke <christian.linke@bmw.de>
Diffstat (limited to 'PluginCommandInterfaceDbus')
-rw-r--r--PluginCommandInterfaceDbus/test/CMakeLists.txt5
1 files changed, 4 insertions, 1 deletions
diff --git a/PluginCommandInterfaceDbus/test/CMakeLists.txt b/PluginCommandInterfaceDbus/test/CMakeLists.txt
index 148a4ba..d9d9e51 100644
--- a/PluginCommandInterfaceDbus/test/CMakeLists.txt
+++ b/PluginCommandInterfaceDbus/test/CMakeLists.txt
@@ -19,7 +19,10 @@ cmake_minimum_required(VERSION 2.6)
PROJECT(CAmCommandSenderDbusTests)
-set (CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -g -DUNIT_TEST=1 -DDLT_CONTEXT=AudioManager")
+set (CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -w -g -DUNIT_TEST=1 -DDLT_CONTEXT=AudioManager")
+
+string (REPLACE "-g -Wall -Wextra" "" CMAKE_CXX_FLAGS ${CMAKE_CXX_FLAGS})
+string (REPLACE "-pedantic" "" CMAKE_CXX_FLAGS ${CMAKE_CXX_FLAGS})
set(STD_INCLUDE_DIRS "/usr/include")
set(EXECUTABLE_OUTPUT_PATH ${TEST_EXECUTABLE_OUTPUT_PATH})