aboutsummaryrefslogtreecommitdiffstats
path: root/vespalib/src/tests/executor/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'vespalib/src/tests/executor/CMakeLists.txt')
-rw-r--r--vespalib/src/tests/executor/CMakeLists.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/vespalib/src/tests/executor/CMakeLists.txt b/vespalib/src/tests/executor/CMakeLists.txt
index 5b5ab2ab169..0745c7523b1 100644
--- a/vespalib/src/tests/executor/CMakeLists.txt
+++ b/vespalib/src/tests/executor/CMakeLists.txt
@@ -1,12 +1,12 @@
# Copyright 2016 Yahoo Inc. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
-vespa_add_executable(vespalib_threadstackexecutor_test_app
+vespa_add_executable(vespalib_threadstackexecutor_test_app TEST
SOURCES
threadstackexecutor_test.cpp
DEPENDS
vespalib
)
vespa_add_test(NAME vespalib_threadstackexecutor_test_app COMMAND vespalib_threadstackexecutor_test_app)
-vespa_add_executable(vespalib_executor_test_app
+vespa_add_executable(vespalib_executor_test_app TEST
SOURCES
executor_test.cpp
DEPENDS