summaryrefslogtreecommitdiffstats
path: root/eval/src/tests/instruction/vector_from_doubles_function/CMakeLists.txt
diff options
context:
space:
mode:
authorArne Juul <arnej@verizonmedia.com>2020-12-09 14:54:07 +0000
committerArne Juul <arnej@verizonmedia.com>2020-12-09 14:54:07 +0000
commitb7d222356f3b0f9676a733c0e2a73405ab124b63 (patch)
treee8b6d717508ff28c3701ab02a09d5a93a0bffc73 /eval/src/tests/instruction/vector_from_doubles_function/CMakeLists.txt
parentbdb8ab9e3373f95d6a06ade3bd07709565d4040e (diff)
move tests to match source location
Diffstat (limited to 'eval/src/tests/instruction/vector_from_doubles_function/CMakeLists.txt')
-rw-r--r--eval/src/tests/instruction/vector_from_doubles_function/CMakeLists.txt8
1 files changed, 8 insertions, 0 deletions
diff --git a/eval/src/tests/instruction/vector_from_doubles_function/CMakeLists.txt b/eval/src/tests/instruction/vector_from_doubles_function/CMakeLists.txt
new file mode 100644
index 00000000000..5b2e47ec498
--- /dev/null
+++ b/eval/src/tests/instruction/vector_from_doubles_function/CMakeLists.txt
@@ -0,0 +1,8 @@
+# Copyright 2017 Yahoo Holdings. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
+vespa_add_executable(eval_vector_from_doubles_function_test_app TEST
+ SOURCES
+ vector_from_doubles_function_test.cpp
+ DEPENDS
+ vespaeval
+)
+vespa_add_test(NAME eval_vector_from_doubles_function_test_app COMMAND eval_vector_from_doubles_function_test_app)