aboutsummaryrefslogtreecommitdiffstats
path: root/document/src
diff options
context:
space:
mode:
authorVegard Sjonfjell <vegard@yahoo-inc.com>2016-06-16 14:20:40 +0200
committerVegard Sjonfjell <vegard@yahoo-inc.com>2016-06-16 14:20:40 +0200
commit9ffb5969ff851b6661d966b182ab4cdc90bb7100 (patch)
tree70991e9edd4b6010f95cb2a0f20b39ad84395bb6 /document/src
parent63f4017a6f42955a182f0a1a33cfe6449b090704 (diff)
Declared test executables as tests with TEST parameter
Diffstat (limited to 'document/src')
-rw-r--r--document/src/tests/CMakeLists.txt2
-rw-r--r--document/src/tests/annotation/CMakeLists.txt2
-rw-r--r--document/src/tests/base/CMakeLists.txt2
-rw-r--r--document/src/tests/datatype/CMakeLists.txt2
-rw-r--r--document/src/tests/fieldvalue/CMakeLists.txt6
-rw-r--r--document/src/tests/predicate/CMakeLists.txt6
-rw-r--r--document/src/tests/repo/CMakeLists.txt2
-rw-r--r--document/src/tests/serialization/CMakeLists.txt6
-rw-r--r--document/src/tests/struct_anno/CMakeLists.txt2
-rw-r--r--document/src/tests/tensor_fieldvalue/CMakeLists.txt2
10 files changed, 16 insertions, 16 deletions
diff --git a/document/src/tests/CMakeLists.txt b/document/src/tests/CMakeLists.txt
index 95e6b4b9a18..14bbeaa90d0 100644
--- a/document/src/tests/CMakeLists.txt
+++ b/document/src/tests/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(document_testrunner_app
+vespa_add_executable(document_testrunner_app TEST
SOURCES
teststringutil.cpp
testbytebuffer.cpp
diff --git a/document/src/tests/annotation/CMakeLists.txt b/document/src/tests/annotation/CMakeLists.txt
index 1ec6a3e3dde..5ecb7213266 100644
--- a/document/src/tests/annotation/CMakeLists.txt
+++ b/document/src/tests/annotation/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(document_annotation_test_app
+vespa_add_executable(document_annotation_test_app TEST
SOURCES
annotation_test.cpp
DEPENDS
diff --git a/document/src/tests/base/CMakeLists.txt b/document/src/tests/base/CMakeLists.txt
index 550d77d1340..b5099443252 100644
--- a/document/src/tests/base/CMakeLists.txt
+++ b/document/src/tests/base/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(document_documentid_test_app
+vespa_add_executable(document_documentid_test_app TEST
SOURCES
documentid_test.cpp
DEPENDS
diff --git a/document/src/tests/datatype/CMakeLists.txt b/document/src/tests/datatype/CMakeLists.txt
index 399bccdf691..1061b115be9 100644
--- a/document/src/tests/datatype/CMakeLists.txt
+++ b/document/src/tests/datatype/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(document_datatype_test_app
+vespa_add_executable(document_datatype_test_app TEST
SOURCES
datatype_test.cpp
DEPENDS
diff --git a/document/src/tests/fieldvalue/CMakeLists.txt b/document/src/tests/fieldvalue/CMakeLists.txt
index 7b5fc637e4f..c44cca690b7 100644
--- a/document/src/tests/fieldvalue/CMakeLists.txt
+++ b/document/src/tests/fieldvalue/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(document_document_test_app
+vespa_add_executable(document_document_test_app TEST
SOURCES
document_test.cpp
DEPENDS
@@ -8,7 +8,7 @@ vespa_add_executable(document_document_test_app
document_documentconfig
)
vespa_add_test(NAME document_document_test_app COMMAND document_document_test_app)
-vespa_add_executable(document_fieldvalue_test_app
+vespa_add_executable(document_fieldvalue_test_app TEST
SOURCES
fieldvalue_test.cpp
DEPENDS
@@ -17,7 +17,7 @@ vespa_add_executable(document_fieldvalue_test_app
document_documentconfig
)
vespa_add_test(NAME document_fieldvalue_test_app COMMAND document_fieldvalue_test_app)
-vespa_add_executable(document_predicatefieldvalue_test_app
+vespa_add_executable(document_predicatefieldvalue_test_app TEST
SOURCES
predicatefieldvalue_test.cpp
DEPENDS
diff --git a/document/src/tests/predicate/CMakeLists.txt b/document/src/tests/predicate/CMakeLists.txt
index 445da128498..d1181340852 100644
--- a/document/src/tests/predicate/CMakeLists.txt
+++ b/document/src/tests/predicate/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(document_predicate_test_app
+vespa_add_executable(document_predicate_test_app TEST
SOURCES
predicate_test.cpp
DEPENDS
@@ -8,7 +8,7 @@ vespa_add_executable(document_predicate_test_app
document_documentconfig
)
vespa_add_test(NAME document_predicate_test_app COMMAND document_predicate_test_app)
-vespa_add_executable(document_predicate_builder_test_app
+vespa_add_executable(document_predicate_builder_test_app TEST
SOURCES
predicate_builder_test.cpp
DEPENDS
@@ -17,7 +17,7 @@ vespa_add_executable(document_predicate_builder_test_app
document_documentconfig
)
vespa_add_test(NAME document_predicate_builder_test_app COMMAND document_predicate_builder_test_app)
-vespa_add_executable(document_predicate_printer_test_app
+vespa_add_executable(document_predicate_printer_test_app TEST
SOURCES
predicate_printer_test.cpp
DEPENDS
diff --git a/document/src/tests/repo/CMakeLists.txt b/document/src/tests/repo/CMakeLists.txt
index efd74caf954..8b268d1f719 100644
--- a/document/src/tests/repo/CMakeLists.txt
+++ b/document/src/tests/repo/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(document_documenttyperepo_test_app
+vespa_add_executable(document_documenttyperepo_test_app TEST
SOURCES
documenttyperepo_test.cpp
DEPENDS
diff --git a/document/src/tests/serialization/CMakeLists.txt b/document/src/tests/serialization/CMakeLists.txt
index dcbf067e4a5..cd645adf0ad 100644
--- a/document/src/tests/serialization/CMakeLists.txt
+++ b/document/src/tests/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(document_vespadocumentserializer_test_app
+vespa_add_executable(document_vespadocumentserializer_test_app TEST
SOURCES
vespadocumentserializer_test.cpp
DEPENDS
@@ -8,7 +8,7 @@ vespa_add_executable(document_vespadocumentserializer_test_app
document_documentconfig
)
vespa_add_test(NAME document_vespadocumentserializer_test_app COMMAND document_vespadocumentserializer_test_app)
-vespa_add_executable(document_annotationserializer_test_app
+vespa_add_executable(document_annotationserializer_test_app TEST
SOURCES
annotationserializer_test.cpp
DEPENDS
@@ -17,7 +17,7 @@ vespa_add_executable(document_annotationserializer_test_app
document_documentconfig
)
vespa_add_test(NAME document_annotationserializer_test_app COMMAND document_annotationserializer_test_app)
-vespa_add_executable(document_compression_test_app
+vespa_add_executable(document_compression_test_app TEST
SOURCES
compression_test.cpp
DEPENDS
diff --git a/document/src/tests/struct_anno/CMakeLists.txt b/document/src/tests/struct_anno/CMakeLists.txt
index 64678282842..495d58a4d55 100644
--- a/document/src/tests/struct_anno/CMakeLists.txt
+++ b/document/src/tests/struct_anno/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(document_struct_anno_test_app
+vespa_add_executable(document_struct_anno_test_app TEST
SOURCES
struct_anno_test.cpp
DEPENDS
diff --git a/document/src/tests/tensor_fieldvalue/CMakeLists.txt b/document/src/tests/tensor_fieldvalue/CMakeLists.txt
index d0fa1526bbc..4456d5a0c2b 100644
--- a/document/src/tests/tensor_fieldvalue/CMakeLists.txt
+++ b/document/src/tests/tensor_fieldvalue/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(document_tensor_fieldvalue_test_app
+vespa_add_executable(document_tensor_fieldvalue_test_app TEST
SOURCES
tensor_fieldvalue_test.cpp
DEPENDS