aboutsummaryrefslogtreecommitdiff
path: root/tests/MemoryStrategyBenchmark
diff options
context:
space:
mode:
authorJim Flynn <jimfly01@e127806.cambridge.arm.com>2022-06-14 10:58:23 +0100
committermike.kelly <mike.kelly@arm.com>2022-07-08 11:25:33 +0000
commit0dcef5322e300ec765363d3c0398c2a4404a9a46 (patch)
tree2eb16da51a5f3b2da755307b5f119a801748cb6f /tests/MemoryStrategyBenchmark
parent5e09080c3848fce5c39424dfac735d3281300aa4 (diff)
downloadarmnn-0dcef5322e300ec765363d3c0398c2a4404a9a46.tar.gz
IVGCVSW-7024 Add missing license info for reuse lint
Signed-off-by: Jim Flynn <jim.flynn@arm.com> Change-Id: I97dee6982e0a7be01c13e9e803c0997547a39ff1
Diffstat (limited to 'tests/MemoryStrategyBenchmark')
-rw-r--r--tests/MemoryStrategyBenchmark/CMakeLists.txt7
1 files changed, 6 insertions, 1 deletions
diff --git a/tests/MemoryStrategyBenchmark/CMakeLists.txt b/tests/MemoryStrategyBenchmark/CMakeLists.txt
index 9ed79bae5f..e9b647742e 100644
--- a/tests/MemoryStrategyBenchmark/CMakeLists.txt
+++ b/tests/MemoryStrategyBenchmark/CMakeLists.txt
@@ -1,3 +1,8 @@
+#
+# Copyright © 2021 Arm Ltd and Contributors. All rights reserved.
+# SPDX-License-Identifier: MIT
+#
+
add_executable(MemoryStrategyBenchmark
MemoryStrategyBenchmark.cpp
TestBlocks.hpp
@@ -13,4 +18,4 @@ target_include_directories(MemoryStrategyBenchmark PRIVATE
../../third-party/cxxopts)
-set_target_properties(MemoryStrategyBenchmark PROPERTIES LINKER_LANGUAGE CXX) \ No newline at end of file
+set_target_properties(MemoryStrategyBenchmark PROPERTIES LINKER_LANGUAGE CXX)