aboutsummaryrefslogtreecommitdiffstats
path: root/src/srvpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/srvpp')
-rw-r--r--src/srvpp/CMakeLists.txt2
-rw-r--r--src/srvpp/src/CMakeLists.txt2
-rw-r--r--src/srvpp/tests/CMakeLists.txt4
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