From 76c1926491edcc8a650cc3b5eb87e06d1530cabe Mon Sep 17 00:00:00 2001 From: Hongjun Ni Date: Tue, 20 Nov 2018 06:04:34 +0800 Subject: Fix comments on copyright etc. Change-Id: I605d76017ba61a477532fb6ab3e4bea9b93e5119 Signed-off-by: Hongjun Ni --- src/srvpp/CMakeLists.txt | 2 +- src/srvpp/src/CMakeLists.txt | 2 +- src/srvpp/tests/CMakeLists.txt | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) (limited to 'src/srvpp') diff --git a/src/srvpp/CMakeLists.txt b/src/srvpp/CMakeLists.txt index 20fe6f0..539675d 100644 --- a/src/srvpp/CMakeLists.txt +++ b/src/srvpp/CMakeLists.txt @@ -1,5 +1,5 @@ # -# Copyright (c) 2016 Cisco and/or its affiliates. +# Copyright (c) 2018 Cisco and/or its affiliates. # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at: diff --git a/src/srvpp/src/CMakeLists.txt b/src/srvpp/src/CMakeLists.txt index 7fec80d..8cc0a04 100644 --- a/src/srvpp/src/CMakeLists.txt +++ b/src/srvpp/src/CMakeLists.txt @@ -1,5 +1,5 @@ # -# Copyright (c) 2016 Cisco and/or its affiliates. +# Copyright (c) 2018 Cisco and/or its affiliates. # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at: diff --git a/src/srvpp/tests/CMakeLists.txt b/src/srvpp/tests/CMakeLists.txt index 37b8c32..dc14ffb 100644 --- a/src/srvpp/tests/CMakeLists.txt +++ b/src/srvpp/tests/CMakeLists.txt @@ -1,5 +1,5 @@ # -# Copyright (c) 2016 Cisco and/or its affiliates. +# Copyright (c) 2018 Cisco and/or its affiliates. # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at: @@ -26,7 +26,7 @@ macro(ADD_UNIT_TEST TEST_NAME) add_executable(${TEST_NAME} ${TEST_SRC}) target_link_libraries(${TEST_NAME} ${CMOCKA_LIBRARIES} srvpp_a) add_test(${TEST_NAME} ${TEST_NAME}) - + if(valgrind_FOUND) add_test(${TEST_NAME}_valgrind valgrind --error-exitcode=1 --read-var-info=yes -- cgit