aboutsummaryrefslogtreecommitdiffstats
path: root/juniper/src/test/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'juniper/src/test/CMakeLists.txt')
-rw-r--r--juniper/src/test/CMakeLists.txt14
1 files changed, 7 insertions, 7 deletions
diff --git a/juniper/src/test/CMakeLists.txt b/juniper/src/test/CMakeLists.txt
index 285e705f42b..d574c068c38 100644
--- a/juniper/src/test/CMakeLists.txt
+++ b/juniper/src/test/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(juniper_mcandTest_app
+vespa_add_executable(juniper_mcandTest_app TEST
SOURCES
mcandTest.cpp
mcandTestApp.cpp
@@ -8,7 +8,7 @@ vespa_add_executable(juniper_mcandTest_app
juniper
)
vespa_add_test(NAME juniper_mcandTest_app COMMAND juniper_mcandTest_app)
-vespa_add_executable(juniper_queryparserTest_app
+vespa_add_executable(juniper_queryparserTest_app TEST
SOURCES
queryparserTest.cpp
queryparserTestApp.cpp
@@ -18,7 +18,7 @@ vespa_add_executable(juniper_queryparserTest_app
juniper
)
vespa_add_test(NAME juniper_queryparserTest_app COMMAND juniper_queryparserTest_app)
-vespa_add_executable(juniper_matchobjectTest_app
+vespa_add_executable(juniper_matchobjectTest_app TEST
SOURCES
matchobjectTest.cpp
matchobjectTestApp.cpp
@@ -28,21 +28,21 @@ vespa_add_executable(juniper_matchobjectTest_app
juniper
)
vespa_add_test(NAME juniper_matchobjectTest_app COMMAND juniper_matchobjectTest_app)
-vespa_add_executable(juniper_appender_test_app
+vespa_add_executable(juniper_appender_test_app TEST
SOURCES
appender_test.cpp
DEPENDS
juniper
)
vespa_add_test(NAME juniper_appender_test_app COMMAND juniper_appender_test_app)
-vespa_add_executable(juniper_queryvisitor_test_app
+vespa_add_executable(juniper_queryvisitor_test_app TEST
SOURCES
queryvisitor_test.cpp
DEPENDS
juniper
)
vespa_add_test(NAME juniper_queryvisitor_test_app COMMAND juniper_queryvisitor_test_app)
-vespa_add_executable(juniper_auxTest_app
+vespa_add_executable(juniper_auxTest_app TEST
SOURCES
auxTest.cpp
auxTestApp.cpp
@@ -51,7 +51,7 @@ vespa_add_executable(juniper_auxTest_app
juniper
)
vespa_add_test(NAME juniper_auxTest_app COMMAND juniper_auxTest_app)
-vespa_add_executable(juniper_SrcTestSuite_app
+vespa_add_executable(juniper_SrcTestSuite_app TEST
SOURCES
mcandTest.cpp
queryparserTest.cpp