summaryrefslogtreecommitdiffstats
path: root/eval/src/tests/tensor/tensor_add_operation/CMakeLists.txt
diff options
context:
space:
mode:
authorTor Egge <Tor.Egge@broadpark.no>2019-02-08 13:54:53 +0100
committerGitHub <noreply@github.com>2019-02-08 13:54:53 +0100
commit5f807f42708dc47e593131d170c848b5ccc1fe61 (patch)
tree32544922537584688c360d2097084fcc45fed055 /eval/src/tests/tensor/tensor_add_operation/CMakeLists.txt
parent35de75e733f064c9f7134bc48fc4b18add4c8157 (diff)
parent808a7684e549f6b3d2d30f7b8b217ba76a80e8df (diff)
Merge pull request #8439 from vespa-engine/geirst/add-operation-support-on-sparse-tensors
Geirst/add operation support on sparse tensors
Diffstat (limited to 'eval/src/tests/tensor/tensor_add_operation/CMakeLists.txt')
-rw-r--r--eval/src/tests/tensor/tensor_add_operation/CMakeLists.txt8
1 files changed, 8 insertions, 0 deletions
diff --git a/eval/src/tests/tensor/tensor_add_operation/CMakeLists.txt b/eval/src/tests/tensor/tensor_add_operation/CMakeLists.txt
new file mode 100644
index 00000000000..6c19b13db7e
--- /dev/null
+++ b/eval/src/tests/tensor/tensor_add_operation/CMakeLists.txt
@@ -0,0 +1,8 @@
+# Copyright 2019 Oath Inc. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
+vespa_add_executable(eval_tensor_add_operation_test_app TEST
+ SOURCES
+ tensor_add_operation_test.cpp
+ DEPENDS
+ vespaeval
+)
+vespa_add_test(NAME eval_tensor_add_operation_test_app COMMAND eval_tensor_add_operation_test_app)