summaryrefslogtreecommitdiffstats
path: root/vespalib/src/tests/eval
diff options
context:
space:
mode:
Diffstat (limited to 'vespalib/src/tests/eval')
-rw-r--r--vespalib/src/tests/eval/compile_cache/CMakeLists.txt2
-rw-r--r--vespalib/src/tests/eval/compiled_function/CMakeLists.txt2
-rw-r--r--vespalib/src/tests/eval/function/CMakeLists.txt2
-rw-r--r--vespalib/src/tests/eval/function_speed/CMakeLists.txt2
-rw-r--r--vespalib/src/tests/eval/gbdt/CMakeLists.txt2
-rw-r--r--vespalib/src/tests/eval/interpreted_function/CMakeLists.txt2
-rw-r--r--vespalib/src/tests/eval/node_types/CMakeLists.txt2
-rw-r--r--vespalib/src/tests/eval/simple_tensor/CMakeLists.txt2
-rw-r--r--vespalib/src/tests/eval/tensor/CMakeLists.txt2
-rw-r--r--vespalib/src/tests/eval/value_type/CMakeLists.txt2
10 files changed, 10 insertions, 10 deletions
diff --git a/vespalib/src/tests/eval/compile_cache/CMakeLists.txt b/vespalib/src/tests/eval/compile_cache/CMakeLists.txt
index 7fbadc3410b..21edf07e638 100644
--- a/vespalib/src/tests/eval/compile_cache/CMakeLists.txt
+++ b/vespalib/src/tests/eval/compile_cache/CMakeLists.txt
@@ -1,5 +1,5 @@
# Copyright 2016 Yahoo Inc. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
-vespa_add_executable(vespalib_compile_cache_test_app
+vespa_add_executable(vespalib_compile_cache_test_app TEST
SOURCES
compile_cache_test.cpp
DEPENDS
diff --git a/vespalib/src/tests/eval/compiled_function/CMakeLists.txt b/vespalib/src/tests/eval/compiled_function/CMakeLists.txt
index 04ec6aa3df0..ca947ab6fd3 100644
--- a/vespalib/src/tests/eval/compiled_function/CMakeLists.txt
+++ b/vespalib/src/tests/eval/compiled_function/CMakeLists.txt
@@ -1,5 +1,5 @@
# Copyright 2016 Yahoo Inc. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
-vespa_add_executable(vespalib_compiled_function_test_app
+vespa_add_executable(vespalib_compiled_function_test_app TEST
SOURCES
compiled_function_test.cpp
DEPENDS
diff --git a/vespalib/src/tests/eval/function/CMakeLists.txt b/vespalib/src/tests/eval/function/CMakeLists.txt
index 2f1d2718a2a..7c7268eb492 100644
--- a/vespalib/src/tests/eval/function/CMakeLists.txt
+++ b/vespalib/src/tests/eval/function/CMakeLists.txt
@@ -1,5 +1,5 @@
# Copyright 2016 Yahoo Inc. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
-vespa_add_executable(vespalib_function_test_app
+vespa_add_executable(vespalib_function_test_app TEST
SOURCES
function_test.cpp
DEPENDS
diff --git a/vespalib/src/tests/eval/function_speed/CMakeLists.txt b/vespalib/src/tests/eval/function_speed/CMakeLists.txt
index 2c062118136..629d3dad483 100644
--- a/vespalib/src/tests/eval/function_speed/CMakeLists.txt
+++ b/vespalib/src/tests/eval/function_speed/CMakeLists.txt
@@ -1,5 +1,5 @@
# Copyright 2016 Yahoo Inc. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
-vespa_add_executable(vespalib_function_speed_test_app
+vespa_add_executable(vespalib_function_speed_test_app TEST
SOURCES
function_speed_test.cpp
DEPENDS
diff --git a/vespalib/src/tests/eval/gbdt/CMakeLists.txt b/vespalib/src/tests/eval/gbdt/CMakeLists.txt
index b6328900258..c68614a5911 100644
--- a/vespalib/src/tests/eval/gbdt/CMakeLists.txt
+++ b/vespalib/src/tests/eval/gbdt/CMakeLists.txt
@@ -1,5 +1,5 @@
# Copyright 2016 Yahoo Inc. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
-vespa_add_executable(vespalib_gbdt_test_app
+vespa_add_executable(vespalib_gbdt_test_app TEST
SOURCES
gbdt_test.cpp
DEPENDS
diff --git a/vespalib/src/tests/eval/interpreted_function/CMakeLists.txt b/vespalib/src/tests/eval/interpreted_function/CMakeLists.txt
index 0a9010dff05..09d7ce7364b 100644
--- a/vespalib/src/tests/eval/interpreted_function/CMakeLists.txt
+++ b/vespalib/src/tests/eval/interpreted_function/CMakeLists.txt
@@ -1,5 +1,5 @@
# Copyright 2016 Yahoo Inc. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
-vespa_add_executable(vespalib_interpreted_function_test_app
+vespa_add_executable(vespalib_interpreted_function_test_app TEST
SOURCES
interpreted_function_test.cpp
DEPENDS
diff --git a/vespalib/src/tests/eval/node_types/CMakeLists.txt b/vespalib/src/tests/eval/node_types/CMakeLists.txt
index 5aeb5aa242c..2471815fa51 100644
--- a/vespalib/src/tests/eval/node_types/CMakeLists.txt
+++ b/vespalib/src/tests/eval/node_types/CMakeLists.txt
@@ -1,5 +1,5 @@
# Copyright 2016 Yahoo Inc. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
-vespa_add_executable(vespalib_node_types_test_app
+vespa_add_executable(vespalib_node_types_test_app TEST
SOURCES
node_types_test.cpp
DEPENDS
diff --git a/vespalib/src/tests/eval/simple_tensor/CMakeLists.txt b/vespalib/src/tests/eval/simple_tensor/CMakeLists.txt
index 6fd9b8173be..cbd65296abc 100644
--- a/vespalib/src/tests/eval/simple_tensor/CMakeLists.txt
+++ b/vespalib/src/tests/eval/simple_tensor/CMakeLists.txt
@@ -1,5 +1,5 @@
# Copyright 2016 Yahoo Inc. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
-vespa_add_executable(vespalib_simple_tensor_test_app
+vespa_add_executable(vespalib_simple_tensor_test_app TEST
SOURCES
simple_tensor_test.cpp
DEPENDS
diff --git a/vespalib/src/tests/eval/tensor/CMakeLists.txt b/vespalib/src/tests/eval/tensor/CMakeLists.txt
index f5749b036f2..5a84d73f3a3 100644
--- a/vespalib/src/tests/eval/tensor/CMakeLists.txt
+++ b/vespalib/src/tests/eval/tensor/CMakeLists.txt
@@ -1,5 +1,5 @@
# Copyright 2016 Yahoo Inc. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
-vespa_add_executable(vespalib_eval_tensor_test_app
+vespa_add_executable(vespalib_eval_tensor_test_app TEST
SOURCES
eval_tensor_test.cpp
DEPENDS
diff --git a/vespalib/src/tests/eval/value_type/CMakeLists.txt b/vespalib/src/tests/eval/value_type/CMakeLists.txt
index 67b31834414..c6ef9f61359 100644
--- a/vespalib/src/tests/eval/value_type/CMakeLists.txt
+++ b/vespalib/src/tests/eval/value_type/CMakeLists.txt
@@ -1,5 +1,5 @@
# Copyright 2016 Yahoo Inc. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
-vespa_add_executable(vespalib_value_type_test_app
+vespa_add_executable(vespalib_value_type_test_app TEST
SOURCES
value_type_test.cpp
DEPENDS