summaryrefslogtreecommitdiffstats
path: root/slobrok/src
diff options
context:
space:
mode:
Diffstat (limited to 'slobrok/src')
-rw-r--r--slobrok/src/tests/backoff/CMakeLists.txt2
-rw-r--r--slobrok/src/tests/configure/CMakeLists.txt2
-rw-r--r--slobrok/src/tests/mirrorapi/CMakeLists.txt4
-rw-r--r--slobrok/src/tests/multi/CMakeLists.txt2
-rw-r--r--slobrok/src/tests/oldapi/CMakeLists.txt2
-rw-r--r--slobrok/src/tests/registerapi/CMakeLists.txt2
-rw-r--r--slobrok/src/tests/standalone/CMakeLists.txt2
-rw-r--r--slobrok/src/tests/startsome/CMakeLists.txt2
8 files changed, 9 insertions, 9 deletions
diff --git a/slobrok/src/tests/backoff/CMakeLists.txt b/slobrok/src/tests/backoff/CMakeLists.txt
index 800f984d69d..b64b9f36cba 100644
--- a/slobrok/src/tests/backoff/CMakeLists.txt
+++ b/slobrok/src/tests/backoff/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(slobrok_backoff_test_app
+vespa_add_executable(slobrok_backoff_test_app TEST
SOURCES
testbackoff.cpp
DEPENDS
diff --git a/slobrok/src/tests/configure/CMakeLists.txt b/slobrok/src/tests/configure/CMakeLists.txt
index a9988ead03f..93718d305b3 100644
--- a/slobrok/src/tests/configure/CMakeLists.txt
+++ b/slobrok/src/tests/configure/CMakeLists.txt
@@ -4,7 +4,7 @@ vespa_add_executable(slobrok_gencfg_app
gencfg.cpp
DEPENDS
)
-vespa_add_executable(slobrok_configure_test_app
+vespa_add_executable(slobrok_configure_test_app TEST
SOURCES
configure.cpp
DEPENDS
diff --git a/slobrok/src/tests/mirrorapi/CMakeLists.txt b/slobrok/src/tests/mirrorapi/CMakeLists.txt
index 8ae5107dbcb..62b1d32eac7 100644
--- a/slobrok/src/tests/mirrorapi/CMakeLists.txt
+++ b/slobrok/src/tests/mirrorapi/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(slobrok_mirrorapi_test_app
+vespa_add_executable(slobrok_mirrorapi_test_app TEST
SOURCES
mirrorapi.cpp
DEPENDS
@@ -7,7 +7,7 @@ vespa_add_executable(slobrok_mirrorapi_test_app
slobrok_slobrokserver
)
vespa_add_test(NAME slobrok_mirrorapi_test_app COMMAND slobrok_mirrorapi_test_app)
-vespa_add_executable(slobrok_mirror_match_test_app
+vespa_add_executable(slobrok_mirror_match_test_app TEST
SOURCES
match_test.cpp
DEPENDS
diff --git a/slobrok/src/tests/multi/CMakeLists.txt b/slobrok/src/tests/multi/CMakeLists.txt
index a133cd79a29..d8ee6603f69 100644
--- a/slobrok/src/tests/multi/CMakeLists.txt
+++ b/slobrok/src/tests/multi/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(slobrok_multi_test_app
+vespa_add_executable(slobrok_multi_test_app TEST
SOURCES
multi.cpp
DEPENDS
diff --git a/slobrok/src/tests/oldapi/CMakeLists.txt b/slobrok/src/tests/oldapi/CMakeLists.txt
index b4def919688..0616e0e0696 100644
--- a/slobrok/src/tests/oldapi/CMakeLists.txt
+++ b/slobrok/src/tests/oldapi/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(slobrok_oldapi_test_app
+vespa_add_executable(slobrok_oldapi_test_app TEST
SOURCES
old.cpp
mirror.cpp
diff --git a/slobrok/src/tests/registerapi/CMakeLists.txt b/slobrok/src/tests/registerapi/CMakeLists.txt
index de4f84cbf9f..366a5adda78 100644
--- a/slobrok/src/tests/registerapi/CMakeLists.txt
+++ b/slobrok/src/tests/registerapi/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(slobrok_registerapi_test_app
+vespa_add_executable(slobrok_registerapi_test_app TEST
SOURCES
registerapi.cpp
DEPENDS
diff --git a/slobrok/src/tests/standalone/CMakeLists.txt b/slobrok/src/tests/standalone/CMakeLists.txt
index 60b10b9ddd0..ce9517a67af 100644
--- a/slobrok/src/tests/standalone/CMakeLists.txt
+++ b/slobrok/src/tests/standalone/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(slobrok_standalone_test_app
+vespa_add_executable(slobrok_standalone_test_app TEST
SOURCES
standalone.cpp
DEPENDS
diff --git a/slobrok/src/tests/startsome/CMakeLists.txt b/slobrok/src/tests/startsome/CMakeLists.txt
index d22dc1215ee..55b82e6100b 100644
--- a/slobrok/src/tests/startsome/CMakeLists.txt
+++ b/slobrok/src/tests/startsome/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(slobrok_tstdst_app
+vespa_add_executable(slobrok_tstdst_app TEST
SOURCES
tstdst.cpp
DEPENDS