summaryrefslogtreecommitdiff
path: root/AudioManagerCore/test/AmControlInterfaceTest
Commit message (Collapse)AuthorAgeFilesLines
* AM: Reorganize daemon, core, utilities and tests to make use of the new ↵Martin Koch2020-01-142-5/+3
| | | | | | | | | | | | logging architecture. - Known side-effect: CAmSerializer.h and TAmPluginTemplate.h no longer indirectly include dlt_user.h. Thus macros like DLT_DECLARE_CONTEXT and DLT_IMPORT_CONTEXT may be undefined in application code unless CAmDltWrapper.h or dlt_user.h is included explicitly. - Since the DLT functionality is now encapsulated inside a dedicated class, such declaration is usually superfluous and can be dropped. Signed-off-by: Martin Koch <mkoch@de.adit-jv.com>
* The primary signals SIGINT and SIGQUIT are handled on top level inAleksandar Donchev2017-07-101-0/+1
| | | | | | | | | contrast to secondary signals SIGHUP, SIGTERM, SIGCHLD, which are handled in the SocketHandler. Signed-off-by: Christian Linke <christian.linke@bmw.de> Change-Id: I8c5d3c436ac9fcd61c76a26145c731b427cab1e6
* * many database observers can be registred now by the database handler.Aleksandar Donchev2017-02-202-6/+3
| | | Signed-off-by: Christian Linke <christian.linke@bmw.de>
* AMCore: Fix deamon to update interrupt state of source.Jens Lorenz2016-11-251-0/+17
| | | | Signed-off-by: Toshiaki Isogai <tisogai@jp.adit-jv.com>
* AudioManagerUtilities: use LINK_DIRECTORIESMathieu Duponchelle2016-11-141-0/+2
| | | | | | | | | | | | The -L flags were not retrieved from pkg_check_modules, except for automotive-dlt, where LDFLAGS was added to the LIBS variable, which was then passed to TARGET_LINK_LIBRARIES. This led to compile-time errors when compiling in a custom prefix. We also propagate the LIB_DIRECTORIES and use them in AmControlInterfaceTest and AudioManagerDaemon.
* some test fixesChristian Linke2016-08-301-64/+0
| | | | Change-Id: I22ea9682756dd36f6442241951ec6678f3c3f7ae
* some updates of the fixChristian Linke2016-06-211-1/+1
| | | Signed-off-by: Christian Linke <Christian.Linke@bmw.de>
* Remove assert from database and replace by error handlingChristian Linke2016-04-111-1/+47
| | | Signed-off-by: Christian Linke <Christian.Linke@bmw.de>
* some cleanupChristian Linke2016-03-092-53/+3
| | | | Signed-off-by: Christian Linke <Christian.Linke@bmw.de>
* reworked DltWrapper. fixed gtest and gmock.pc filesChristian Linke2016-02-172-4/+5
|
* * rework of the build structure, adopt to standard cmake package structure7.4Christian Linke2016-02-154-0/+851
* check versions when loading the libs * introduction of the AudioManagerCore * give control plugin as file or directory * remove SQLITE * either find and use gmock or build and install it * fixed [Bug 411] * compile flag gnu11 is now used Signed-off-by: Christian Linke <Christian.Linke@bmw.de> Signed-off-by: Christian Linke <Christian.Linke@bmw.de>