From d7cea9b4df048a3b5da68710a5b62efe082fb447 Mon Sep 17 00:00:00 2001 From: Lutz Helwing Date: Tue, 23 Jun 2015 18:32:44 +0200 Subject: Added core dump handler code Fixed author Doxygen tag Added licence headers Moved return value definition to new header Converted all DOS line endings to Unix Solution for CPU dependency by using CMAKE_SYSTEM_PROCESSOR cmake variable CPU specific stuff is implemented in own implementation file for each CPU architecture Added config file for sysctl. Fixed wrong parameters to open call for lockfile Added mechanism to overwrite TARGET_CPU_NAME with command line option Signed-off-by: Alexander Wenzel --- tests/gtest_dlt_user.cpp | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'tests') diff --git a/tests/gtest_dlt_user.cpp b/tests/gtest_dlt_user.cpp index 74af337..abd0160 100644 --- a/tests/gtest_dlt_user.cpp +++ b/tests/gtest_dlt_user.cpp @@ -16,9 +16,8 @@ */ /*! - * \author - * Jens Bocklage - * Stefan Held + * \author Jens Bocklage + * \author Stefan Held * * \copyright Copyright © 2011-2015 BMW AG. \n * License MPL-2.0: Mozilla Public License version 2.0 http://mozilla.org/MPL/2.0/. -- cgit v1.2.1