summaryrefslogtreecommitdiff
path: root/PluginControlInterface/test
Commit message (Collapse)AuthorAgeFilesLines
* * changes that follow the review comments from Thomas G.Christian Linke2013-01-171-23/+23
| | | Signed-off-by: Christian Linke <christian.linke@bmw.de>
* * added new interfaces & nsm support + nsm tests + fixed some unit tests + ↵christian linke2012-12-171-144/+185
| | | | | fixed rundown Signed-off-by: christian linke <christian.linke@bmw.de>
* * adding GoogleMock including GoogleTest into the projectchristian linke2012-10-042-5/+5
| | | Signed-off-by: christian linke <christian.linke@bmw.de>
* * change global include for gest.h to local includechristian linke2012-10-041-1/+1
| | | Signed-off-by: christian linke <christian.linke@bmw.de>
* * include google test into source treechristian linke2012-09-271-6/+10
| | | Signed-off-by: christian linke <christian.linke@bmw.de>
* * fix undefined reference to `clock_gettime' in In functions of ↵Frank Herchet2012-06-251-0/+1
| | | | | | `am::CAmSocketHandler' Signed-off-by: christian mueller <christian.ei.mueller@bmw.de>
* * [GAM-69] AudioManager tests does not compile without dlt installed ↵christian mueller2012-05-241-1/+3
| | | | | | (WITH_DLT=OFF) fixed Signed-off-by: christian mueller <christian.ei.mueller@bmw.de>
* * [GAM-56] fixchristian mueller2012-04-031-1/+1
| | | Signed-off-by: christian mueller <christian.ei.mueller@bmw.de>
* * [GAM-46] improvements on CAmSockthandler.christian mueller2012-03-231-1/+1
| | | | | | * Needed adoptions on CAmSockethandler tests * Small bug in CAmSerializer Signed-off-by: christian mueller <christian.ei.mueller@bmw.de>
* * removed all documentation to new placechristian mueller2012-03-063-3/+3
| | | | * removed GENIVI copyright from headers * [GDLT-41] changed DLT dependency to 2.5.0
* * unfortunatly changed AUDIO_include_FOLDER back to AUDIO_INCLUDE_FOLDERchristian mueller2012-03-061-1/+1
|
* * updated license headerschristian mueller2012-03-054-9/+64
| | | * updated documentation
* * fixing CAmSerializer.h - smaller changes and copy past stuffchristian mueller2012-03-054-0/+373
* adding new class in Controler plugin to use CAmSerializer to build up a shadow * added test to test the new class (unfinished)