summaryrefslogtreecommitdiffstats
path: root/eval/src/tests/tensor/index_lookup_table/CMakeLists.txt
diff options
context:
space:
mode:
authorHåvard Pettersen <havardpe@oath.com>2020-05-26 13:52:38 +0000
committerHåvard Pettersen <havardpe@oath.com>2020-05-27 08:42:30 +0000
commit03e79905d9255c9494777baf675eb6cc2383dfa2 (patch)
tree8826b5ae0edd9f0fd1da575b6454903e8f837a7c /eval/src/tests/tensor/index_lookup_table/CMakeLists.txt
parent847e0f303d3ff408d48acfc4c6f81e0ec7f0d1dc (diff)
use index lookup table with shared cache
Diffstat (limited to 'eval/src/tests/tensor/index_lookup_table/CMakeLists.txt')
-rw-r--r--eval/src/tests/tensor/index_lookup_table/CMakeLists.txt9
1 files changed, 9 insertions, 0 deletions
diff --git a/eval/src/tests/tensor/index_lookup_table/CMakeLists.txt b/eval/src/tests/tensor/index_lookup_table/CMakeLists.txt
new file mode 100644
index 00000000000..f2dc5d31045
--- /dev/null
+++ b/eval/src/tests/tensor/index_lookup_table/CMakeLists.txt
@@ -0,0 +1,9 @@
+# Copyright Verizon Media. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
+vespa_add_executable(eval_index_lookup_table_test_app TEST
+ SOURCES
+ index_lookup_table_test.cpp
+ DEPENDS
+ vespaeval
+ gtest
+)
+vespa_add_test(NAME eval_index_lookup_table_test_app COMMAND eval_index_lookup_table_test_app)