summaryrefslogtreecommitdiff
path: root/AudioManagerCore/test/AmRouterTest/CAmRouterTest.cpp
Commit message (Collapse)AuthorAgeFilesLines
* AM: Reorganize daemon, core, utilities and tests to make use of the new ↵Martin Koch2020-01-141-2/+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>
* * many database observers can be registred now by the database handler.Aleksandar Donchev2017-02-201-4/+4
| | | Signed-off-by: Christian Linke <christian.linke@bmw.de>
* * CAmRouterTest adoptions.Aleksandar Donchev2017-02-201-4/+4
| | | | Signed-off-by: Christian Linke <christian.linke@bmw.de>
* 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-0/+15
| | | Signed-off-by: Christian Linke <Christian.Linke@bmw.de>
* reworked DltWrapper. fixed gtest and gmock.pc filesChristian Linke2016-02-171-3/+3
|
* * rework of the build structure, adopt to standard cmake package structure7.4Christian Linke2016-02-151-0/+1967
* 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>