diff options
author | 2018-11-20 06:04:34 +0800 | |
---|---|---|
committer | 2018-11-20 06:04:34 +0800 | |
commit | 76c1926491edcc8a650cc3b5eb87e06d1530cabe (patch) | |
tree | 1f133a5a39dea54ea3b3a1cff579eceb14388363 /src/srvpp | |
parent | fd6c6f7c42d148a980030c7535846a4643d8cc9b (diff) |
Fix comments on copyright etc.
Change-Id: I605d76017ba61a477532fb6ab3e4bea9b93e5119
Signed-off-by: Hongjun Ni <hongjun.ni@intel.com>
Diffstat (limited to 'src/srvpp')
-rw-r--r-- | src/srvpp/CMakeLists.txt | 2 | ||||
-rw-r--r-- | src/srvpp/src/CMakeLists.txt | 2 | ||||
-rw-r--r-- | src/srvpp/tests/CMakeLists.txt | 4 |
3 files changed, 4 insertions, 4 deletions
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 |