aboutsummaryrefslogtreecommitdiffstats
path: root/eval/src/tests/instruction/mixed_simple_join_function/CMakeLists.txt
diff options
context:
space:
mode:
authorHåvard Pettersen <havardpe@oath.com>2021-01-21 13:29:28 +0000
committerHåvard Pettersen <havardpe@oath.com>2021-01-22 12:02:08 +0000
commit6c2c269516896dc97204ec07abb73211d3dc29c0 (patch)
treea197535d6e4a174d470f3b18073c3a7915fa505d /eval/src/tests/instruction/mixed_simple_join_function/CMakeLists.txt
parente41754597890c4611980fee95e8aec8f9b29e476 (diff)
mixed simple join
Diffstat (limited to 'eval/src/tests/instruction/mixed_simple_join_function/CMakeLists.txt')
-rw-r--r--eval/src/tests/instruction/mixed_simple_join_function/CMakeLists.txt8
1 files changed, 8 insertions, 0 deletions
diff --git a/eval/src/tests/instruction/mixed_simple_join_function/CMakeLists.txt b/eval/src/tests/instruction/mixed_simple_join_function/CMakeLists.txt
new file mode 100644
index 00000000000..f603c600691
--- /dev/null
+++ b/eval/src/tests/instruction/mixed_simple_join_function/CMakeLists.txt
@@ -0,0 +1,8 @@
+# Copyright Verizon Media. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
+vespa_add_executable(eval_mixed_simple_join_function_test_app TEST
+ SOURCES
+ mixed_simple_join_function_test.cpp
+ DEPENDS
+ vespaeval
+)
+vespa_add_test(NAME eval_mixed_simple_join_function_test_app COMMAND eval_mixed_simple_join_function_test_app)