summaryrefslogtreecommitdiffstats
path: root/eval/src/tests/instruction/l2_distance/CMakeLists.txt
diff options
context:
space:
mode:
authorHenning Baldersheim <balder@yahoo-inc.com>2021-12-08 05:57:18 +0100
committerGitHub <noreply@github.com>2021-12-08 05:57:18 +0100
commit373ccd9082b206b828565b20f2af45a9a886226a (patch)
tree28c62882b8daa303c5bdceae4965ac1a38d522ce /eval/src/tests/instruction/l2_distance/CMakeLists.txt
parent83d883b3a3ef519c3c1ee125ceb9f2df2c850958 (diff)
parent0d3163f0adc4d29bb815c4b19bfea4359ac24504 (diff)
Merge pull request #20372 from vespa-engine/havardpe/optimize-L2-distancev7.513.4
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)