packaging: updated the changelog.
[profile/ivi/audiomanager.git] / AudioManagerDaemon / test / CMakeLists.txt
1 # Copyright (C) 2012, BMW AG
2 #
3 # This file is part of GENIVI Project AudioManager.
4
5 # Contributions are licensed to the GENIVI Alliance under one or more
6 # Contribution License Agreements.
7
8 # copyright
9 # This Source Code Form is subject to the terms of the
10 # Mozilla Public License, v. 2.0. If a  copy of the MPL was not distributed with
11 # this file, You can obtain one at http://mozilla.org/MPL/2.0/.
12
13 # author Christian Mueller, christian.ei.mueller@bmw.de BMW 2011,2012
14 #
15 # For further information see http://www.genivi.org/.
16 #
17
18 cmake_minimum_required(VERSION 2.6)
19
20
21 set(EXECUTABLE_OUTPUT_PATH ${TEST_EXECUTABLE_OUTPUT_PATH})
22 FIND_PACKAGE(GTest REQUIRED) 
23
24 add_subdirectory (AmControlInterfaceTest)
25 add_subdirectory (AmDatabaseHandlerTest)
26 add_subdirectory (AmRouterTest)
27 add_subdirectory (AmRoutingInterfaceTest)
28 add_subdirectory (AmSocketHandlerTest)
29 IF(WITH_TELNET)
30     add_subdirectory (AmTelnetServerTest)
31 ENDIF(WITH_TELNET)
32