summaryrefslogtreecommitdiffstats
path: root/eval/src/tests/instruction/l2_distance/CMakeLists.txt
diff options
context:
space:
mode:
authorHåvard Pettersen <havardpe@oath.com>2021-12-03 15:06:58 +0000
committerHåvard Pettersen <havardpe@oath.com>2021-12-06 11:18:26 +0000
commit0d3163f0adc4d29bb815c4b19bfea4359ac24504 (patch)
tree17a09db4bfa50aaf190fab6bb4958edf6cea5a73 /eval/src/tests/instruction/l2_distance/CMakeLists.txt
parentae09069f544a086af4ae02a092ec66788a3cae9e (diff)
optimize squared euclidean distance between tensors
Diffstat (limited to 'eval/src/tests/instruction/l2_distance/CMakeLists.txt')
-rw-r--r--eval/src/tests/instruction/l2_distance/CMakeLists.txt10
1 files changed, 10 insertions, 0 deletions
diff --git a/eval/src/tests/instruction/l2_distance/CMakeLists.txt b/eval/src/tests/instruction/l2_distance/CMakeLists.txt
new file mode 100644
index 00000000000..1e0fc69a3f9
--- /dev/null
+++ b/eval/src/tests/instruction/l2_distance/CMakeLists.txt
@@ -0,0 +1,10 @@
+# Copyright Yahoo. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
+
+vespa_add_executable(eval_l2_distance_test_app TEST
+ SOURCES
+ l2_distance_test.cpp
+ DEPENDS
+ vespaeval
+ GTest::GTest
+)
+vespa_add_test(NAME eval_l2_distance_test_app COMMAND eval_l2_distance_test_app)