aboutsummaryrefslogtreecommitdiffstats
path: root/jrt_test
diff options
context:
space:
mode:
authorArnstein Ressem <aressem@yahoo-inc.com>2016-06-16 15:41:45 +0200
committerArnstein Ressem <aressem@yahoo-inc.com>2016-06-16 15:41:45 +0200
commit11436ed76a25de36d36088efdf41a269492419bd (patch)
tree06aa41e33e9966daff628d2d5bf78be2f63d3946 /jrt_test
parent3bf268db62f04f4381985ed996943e7d7c20c653 (diff)
parent4846c77475562d91efda27df9249a69539868f43 (diff)
Merge branch 'master' into aressem/vespa-compile-on-centos7
Diffstat (limited to 'jrt_test')
-rw-r--r--jrt_test/src/tests/echo/CMakeLists.txt2
-rw-r--r--jrt_test/src/tests/mandatory-methods/CMakeLists.txt2
-rw-r--r--jrt_test/src/tests/mockup-invoke/CMakeLists.txt2
-rw-r--r--jrt_test/src/tests/rpc-error/CMakeLists.txt2
4 files changed, 4 insertions, 4 deletions
diff --git a/jrt_test/src/tests/echo/CMakeLists.txt b/jrt_test/src/tests/echo/CMakeLists.txt
index 3ac6183a27d..bab581e1606 100644
--- a/jrt_test/src/tests/echo/CMakeLists.txt
+++ b/jrt_test/src/tests/echo/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(jrt_test_echo-client_app
+vespa_add_executable(jrt_test_echo-client_app TEST
SOURCES
echo-client.cpp
DEPENDS
diff --git a/jrt_test/src/tests/mandatory-methods/CMakeLists.txt b/jrt_test/src/tests/mandatory-methods/CMakeLists.txt
index f4496d86cbb..561f19e5912 100644
--- a/jrt_test/src/tests/mandatory-methods/CMakeLists.txt
+++ b/jrt_test/src/tests/mandatory-methods/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(jrt_test_extract-reflection_app
+vespa_add_executable(jrt_test_extract-reflection_app TEST
SOURCES
extract-reflection.cpp
DEPENDS
diff --git a/jrt_test/src/tests/mockup-invoke/CMakeLists.txt b/jrt_test/src/tests/mockup-invoke/CMakeLists.txt
index 773de6f4283..049b42a7e16 100644
--- a/jrt_test/src/tests/mockup-invoke/CMakeLists.txt
+++ b/jrt_test/src/tests/mockup-invoke/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(jrt_test_mockup-server_app
+vespa_add_executable(jrt_test_mockup-server_app TEST
SOURCES
mockup-server.cpp
DEPENDS
diff --git a/jrt_test/src/tests/rpc-error/CMakeLists.txt b/jrt_test/src/tests/rpc-error/CMakeLists.txt
index 9d144709dfc..f4756f3dffa 100644
--- a/jrt_test/src/tests/rpc-error/CMakeLists.txt
+++ b/jrt_test/src/tests/rpc-error/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(jrt_test_test-errors_app
+vespa_add_executable(jrt_test_test-errors_app TEST
SOURCES
test-errors.cpp
DEPENDS