summaryrefslogtreecommitdiffstats
path: root/vespalib/src/tests/tensor
diff options
context:
space:
mode:
Diffstat (limited to 'vespalib/src/tests/tensor')
-rw-r--r--vespalib/src/tests/tensor/compact_tensor_builder/CMakeLists.txt2
-rw-r--r--vespalib/src/tests/tensor/compact_tensor_v2_builder/CMakeLists.txt2
-rw-r--r--vespalib/src/tests/tensor/dense_tensor_builder/CMakeLists.txt2
-rw-r--r--vespalib/src/tests/tensor/dense_tensor_operations/CMakeLists.txt2
-rw-r--r--vespalib/src/tests/tensor/join_tensor_addresses/CMakeLists.txt2
-rw-r--r--vespalib/src/tests/tensor/simple_tensor_builder/CMakeLists.txt2
-rw-r--r--vespalib/src/tests/tensor/tensor/CMakeLists.txt2
-rw-r--r--vespalib/src/tests/tensor/tensor_address/CMakeLists.txt2
-rw-r--r--vespalib/src/tests/tensor/tensor_address_element_iterator/CMakeLists.txt2
-rw-r--r--vespalib/src/tests/tensor/tensor_function/CMakeLists.txt2
-rw-r--r--vespalib/src/tests/tensor/tensor_mapper/CMakeLists.txt2
-rw-r--r--vespalib/src/tests/tensor/tensor_operations/CMakeLists.txt2
-rw-r--r--vespalib/src/tests/tensor/tensor_performance/CMakeLists.txt2
-rw-r--r--vespalib/src/tests/tensor/tensor_serialization/CMakeLists.txt2
-rw-r--r--vespalib/src/tests/tensor/tensor_slime_serialization/CMakeLists.txt2
-rw-r--r--vespalib/src/tests/tensor/tensor_type/CMakeLists.txt2
16 files changed, 16 insertions, 16 deletions
diff --git a/vespalib/src/tests/tensor/compact_tensor_builder/CMakeLists.txt b/vespalib/src/tests/tensor/compact_tensor_builder/CMakeLists.txt
index bc6a2bfe981..b19fdf2f296 100644
--- a/vespalib/src/tests/tensor/compact_tensor_builder/CMakeLists.txt
+++ b/vespalib/src/tests/tensor/compact_tensor_builder/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_compact_tensor_builder_test_app
+vespa_add_executable(vespalib_compact_tensor_builder_test_app TEST
SOURCES
compact_tensor_builder_test.cpp
DEPENDS
diff --git a/vespalib/src/tests/tensor/compact_tensor_v2_builder/CMakeLists.txt b/vespalib/src/tests/tensor/compact_tensor_v2_builder/CMakeLists.txt
index 820db2fbc0c..978e2f9142a 100644
--- a/vespalib/src/tests/tensor/compact_tensor_v2_builder/CMakeLists.txt
+++ b/vespalib/src/tests/tensor/compact_tensor_v2_builder/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_compact_tensor_v2_builder_test_app
+vespa_add_executable(vespalib_compact_tensor_v2_builder_test_app TEST
SOURCES
compact_tensor_v2_builder_test.cpp
DEPENDS
diff --git a/vespalib/src/tests/tensor/dense_tensor_builder/CMakeLists.txt b/vespalib/src/tests/tensor/dense_tensor_builder/CMakeLists.txt
index 0be94792298..ffccbf52ec6 100644
--- a/vespalib/src/tests/tensor/dense_tensor_builder/CMakeLists.txt
+++ b/vespalib/src/tests/tensor/dense_tensor_builder/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_dense_tensor_builder_test_app
+vespa_add_executable(vespalib_dense_tensor_builder_test_app TEST
SOURCES
dense_tensor_builder_test.cpp
DEPENDS
diff --git a/vespalib/src/tests/tensor/dense_tensor_operations/CMakeLists.txt b/vespalib/src/tests/tensor/dense_tensor_operations/CMakeLists.txt
index 800ffeeccc9..2b23b2d5120 100644
--- a/vespalib/src/tests/tensor/dense_tensor_operations/CMakeLists.txt
+++ b/vespalib/src/tests/tensor/dense_tensor_operations/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_dense_tensor_operations_test_app
+vespa_add_executable(vespalib_dense_tensor_operations_test_app TEST
SOURCES
dense_tensor_operations_test.cpp
DEPENDS
diff --git a/vespalib/src/tests/tensor/join_tensor_addresses/CMakeLists.txt b/vespalib/src/tests/tensor/join_tensor_addresses/CMakeLists.txt
index c03137947fe..9b59c1de09a 100644
--- a/vespalib/src/tests/tensor/join_tensor_addresses/CMakeLists.txt
+++ b/vespalib/src/tests/tensor/join_tensor_addresses/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_join_tensor_addresses_test_app
+vespa_add_executable(vespalib_join_tensor_addresses_test_app TEST
SOURCES
join_tensor_addresses_test.cpp
DEPENDS
diff --git a/vespalib/src/tests/tensor/simple_tensor_builder/CMakeLists.txt b/vespalib/src/tests/tensor/simple_tensor_builder/CMakeLists.txt
index e41866c9589..986492a8d37 100644
--- a/vespalib/src/tests/tensor/simple_tensor_builder/CMakeLists.txt
+++ b/vespalib/src/tests/tensor/simple_tensor_builder/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_builder_test_app
+vespa_add_executable(vespalib_simple_tensor_builder_test_app TEST
SOURCES
simple_tensor_builder_test.cpp
DEPENDS
diff --git a/vespalib/src/tests/tensor/tensor/CMakeLists.txt b/vespalib/src/tests/tensor/tensor/CMakeLists.txt
index 6e76b1a322d..b6d2ae2f5ee 100644
--- a/vespalib/src/tests/tensor/tensor/CMakeLists.txt
+++ b/vespalib/src/tests/tensor/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_tensor_test_app
+vespa_add_executable(vespalib_tensor_test_app TEST
SOURCES
tensor_test.cpp
DEPENDS
diff --git a/vespalib/src/tests/tensor/tensor_address/CMakeLists.txt b/vespalib/src/tests/tensor/tensor_address/CMakeLists.txt
index ecd3bf8898b..7ea369549da 100644
--- a/vespalib/src/tests/tensor/tensor_address/CMakeLists.txt
+++ b/vespalib/src/tests/tensor/tensor_address/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_tensor_address_test_app
+vespa_add_executable(vespalib_tensor_address_test_app TEST
SOURCES
tensor_address_test.cpp
DEPENDS
diff --git a/vespalib/src/tests/tensor/tensor_address_element_iterator/CMakeLists.txt b/vespalib/src/tests/tensor/tensor_address_element_iterator/CMakeLists.txt
index fd923f3ce4c..59a07942600 100644
--- a/vespalib/src/tests/tensor/tensor_address_element_iterator/CMakeLists.txt
+++ b/vespalib/src/tests/tensor/tensor_address_element_iterator/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_tensor_address_element_iterator_test_app
+vespa_add_executable(vespalib_tensor_address_element_iterator_test_app TEST
SOURCES
tensor_address_element_iterator_test.cpp
DEPENDS
diff --git a/vespalib/src/tests/tensor/tensor_function/CMakeLists.txt b/vespalib/src/tests/tensor/tensor_function/CMakeLists.txt
index 944fa7d28f5..f849258d900 100644
--- a/vespalib/src/tests/tensor/tensor_function/CMakeLists.txt
+++ b/vespalib/src/tests/tensor/tensor_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_tensor_function_test_app
+vespa_add_executable(vespalib_tensor_function_test_app TEST
SOURCES
tensor_function_test.cpp
DEPENDS
diff --git a/vespalib/src/tests/tensor/tensor_mapper/CMakeLists.txt b/vespalib/src/tests/tensor/tensor_mapper/CMakeLists.txt
index 62216540417..91e0a185a3a 100644
--- a/vespalib/src/tests/tensor/tensor_mapper/CMakeLists.txt
+++ b/vespalib/src/tests/tensor/tensor_mapper/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_tensor_mapper_test_app
+vespa_add_executable(vespalib_tensor_mapper_test_app TEST
SOURCES
tensor_mapper_test.cpp
DEPENDS
diff --git a/vespalib/src/tests/tensor/tensor_operations/CMakeLists.txt b/vespalib/src/tests/tensor/tensor_operations/CMakeLists.txt
index d9d688dc82d..7bf856d388e 100644
--- a/vespalib/src/tests/tensor/tensor_operations/CMakeLists.txt
+++ b/vespalib/src/tests/tensor/tensor_operations/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_tensor_operations_test_app
+vespa_add_executable(vespalib_tensor_operations_test_app TEST
SOURCES
tensor_operations_test.cpp
DEPENDS
diff --git a/vespalib/src/tests/tensor/tensor_performance/CMakeLists.txt b/vespalib/src/tests/tensor/tensor_performance/CMakeLists.txt
index cda4e309497..8dd2bc72d61 100644
--- a/vespalib/src/tests/tensor/tensor_performance/CMakeLists.txt
+++ b/vespalib/src/tests/tensor/tensor_performance/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_tensor_performance_test_app
+vespa_add_executable(vespalib_tensor_performance_test_app TEST
SOURCES
tensor_performance_test.cpp
DEPENDS
diff --git a/vespalib/src/tests/tensor/tensor_serialization/CMakeLists.txt b/vespalib/src/tests/tensor/tensor_serialization/CMakeLists.txt
index cc1ff3ecc43..e0e64b12e7f 100644
--- a/vespalib/src/tests/tensor/tensor_serialization/CMakeLists.txt
+++ b/vespalib/src/tests/tensor/tensor_serialization/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_tensor_serialization_test_app
+vespa_add_executable(vespalib_tensor_serialization_test_app TEST
SOURCES
tensor_serialization_test.cpp
DEPENDS
diff --git a/vespalib/src/tests/tensor/tensor_slime_serialization/CMakeLists.txt b/vespalib/src/tests/tensor/tensor_slime_serialization/CMakeLists.txt
index 51e68c26d2d..e002450f280 100644
--- a/vespalib/src/tests/tensor/tensor_slime_serialization/CMakeLists.txt
+++ b/vespalib/src/tests/tensor/tensor_slime_serialization/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_tensor_slime_serialization_test_app
+vespa_add_executable(vespalib_tensor_slime_serialization_test_app TEST
SOURCES
tensor_slime_serialization_test.cpp
DEPENDS
diff --git a/vespalib/src/tests/tensor/tensor_type/CMakeLists.txt b/vespalib/src/tests/tensor/tensor_type/CMakeLists.txt
index 29f7231683c..feaa7a20c3c 100644
--- a/vespalib/src/tests/tensor/tensor_type/CMakeLists.txt
+++ b/vespalib/src/tests/tensor/tensor_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_tensor_type_test_app
+vespa_add_executable(vespalib_tensor_type_test_app TEST
SOURCES
tensor_type_test.cpp
DEPENDS